models_v2.type_41_enum module

class models_v2.type_41_enum.Type41Enum[source]

Bases: object

Implementation of the ‘Type41’ enum.

Specifies the indexed object type.

Attributes:

EMAILS: TODO: type description here. FILES: TODO: type description here. CASSANDRAOBJECTS: TODO: type description here. COUCHBASEOBJECTS: TODO: type description here. HBASEOBJECTS: TODO: type description here. HIVEOBJECTS: TODO: type description here. MONGOOBJECTS: TODO: type description here. HDFSOBJECTS: TODO: type description here. EXCHANGEOBJECTS: TODO: type description here. PUBLICFOLDERS: TODO: type description here.

CASSANDRAOBJECTS = 'CassandraObjects'
COUCHBASEOBJECTS = 'CouchbaseObjects'
EMAILS = 'Emails'
EXCHANGEOBJECTS = 'ExchangeObjects'
FILES = 'Files'
HBASEOBJECTS = 'HbaseObjects'
HDFSOBJECTS = 'HDFSObjects'
HIVEOBJECTS = 'HiveObjects'
MONGOOBJECTS = 'MongoObjects'
PUBLICFOLDERS = 'PublicFolders'