Isogeo Python SDK
latest

Quickstart

  • Installation
  • Authenticate to the API

Cookbook

  • Usage

Package

  • isogeo_pysdk
    • isogeo_pysdk package
      • Subpackages
        • isogeo_pysdk.api package
        • isogeo_pysdk.enums package
        • isogeo_pysdk.models package
      • Submodules
Isogeo Python SDK
  • »
  • isogeo_pysdk »
  • isogeo_pysdk package »
  • isogeo_pysdk.models package »
  • isogeo_pysdk.models.metadata_search module
  • Edit on GitHub

isogeo_pysdk.models.metadata_search module

Isogeo API v1 - Model of Metadata search entity

See: http://help.isogeo.com/api/complete/index.html#definition-search

class isogeo_pysdk.models.metadata_search.MetadataSearch(envelope=None, limit=None, offset=None, query=None, results=None, tags=None, total=None)

Bases: object

Metadata searchs are entities used to organize and shares metadata of a workgroup.

ATTR_TYPES = {'envelope': <class 'object'>, 'limit': <class 'int'>, 'offset': <class 'int'>, 'query': <class 'dict'>, 'results': <class 'list'>, 'tags': <class 'dict'>, 'total': <class 'int'>}
property envelope: dict

Gets the abilities of this Metadata search.

Returns

The abilities of this Metadata search.

Return type

dict

property limit: int

Gets the created of this Metadata search.

Returns

The created of this Metadata search.

Return type

str

property offset: int

Gets the offset of this Metadata search.

Returns

The offset of this Metadata search.

Return type

int

property query: dict

Gets the modified of this Metadata search.

Returns

The modified of this Metadata search.

Return type

dict

property results: list

Gets the tag of this Metadata search.

Returns

The tag of this Metadata search.

Return type

list

property tags: dict

Gets the tags of this Metadata search.

Returns

The tags of this Metadata search.

Return type

dict

to_dict()

Returns the model properties as a dict.

Return type

dict

to_str()

Returns the string representation of the model.

Return type

str

property total: int

Gets the total of this Metadata search.

Returns

The total of this Metadata search.

Return type

int

Previous Next

© Copyright 2016 - 2022, Isogeo. Revision 2a503f90.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
v2.21.2
docs
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds