models_v2.search_indexed_objects_response_body module¶
-
class
models_v2.search_indexed_objects_response_body.
SearchIndexedObjectsResponseBody
(object_type=None, count=None, pagination_cookie=None, emails=None, files=None, cassandra_objects=None, couchbase_objects=None, hbase_objects=None, hive_objects=None, mongo_objects=None, hdfs_objects=None, public_folder_items=None)[source]¶ Bases:
object
Implementation of the ‘Search Indexed objects response body.’ model.
Specifies the search indexed objects response body.
- Attributes:
object_type (ObjectType2Enum): Specifies the object type. count (int): Specifies the total number of indexed objects that match
the filter and search criteria. Use this value to determine how many additional requests are required to get the full result.
- pagination_cookie (string): Specifies cookie for resuming search if
pagination is being used.
- emails (list of Email): Specifies the indexed emails and email
folders.
files (list of string): Specifies the indexed files and file folders. cassandra_objects (list of CassandraIndexedObject): Specifies the
indexed Cassandra objects.
- couchbase_objects (list of CouchbaseIndexedObject): Specifies the
indexed Couchbase objects.
- hbase_objects (list of HbaseIndexedObject): Specifies the indexed
Hbase objects.
- hive_objects (list of HiveIndexedObject): Specifies the indexed Hive
objects.
- mongo_objects (list of MongoIndexedObject): Specifies the indexed
Mongo objects.
- hdfs_objects (list of HDFSIndexedObject): Specifies the indexed HDFS
objects.
- public_folder_items (list of PublicFolderItem): Specifies the indexed
Public folder items.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.