Isogeo Python SDK
3.10.0

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
  • Afficher la source de la page

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.

Renvoie:

The abilities of this Metadata search.

Type renvoyé:

dict

property limit: int

Gets the created of this Metadata search.

Renvoie:

The created of this Metadata search.

Type renvoyé:

str

property offset: int

Gets the offset of this Metadata search.

Renvoie:

The offset of this Metadata search.

Type renvoyé:

int

property query: dict

Gets the modified of this Metadata search.

Renvoie:

The modified of this Metadata search.

Type renvoyé:

dict

property results: list

Gets the tag of this Metadata search.

Renvoie:

The tag of this Metadata search.

Type renvoyé:

list

property tags: dict

Gets the tags of this Metadata search.

Renvoie:

The tags of this Metadata search.

Type renvoyé:

dict

to_dict()

Returns the model properties as a dict.

Type renvoyé:

dict

to_str()

Returns the string representation of the model.

Type renvoyé:

str

property total: int

Gets the total of this Metadata search.

Renvoie:

The total of this Metadata search.

Type renvoyé:

int

Précédent Suivant

© Droits d'auteur 2016 - 2025, Isogeo.

Compilé avec Sphinx en utilisant un thème fourni par Read the Docs.