ADLSObject#

class pyatlan.model.assets.ADLSObject(*, typeName: str = 'ADLSObject', attributes: ADLSObject.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = '', isIncomplete: bool | None = True, labels: List[str] | None = None, relationshipAttributes: Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None)[source]#

Description

ADLS_CONTAINER: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC

ADLS_CONTAINER_QUALIFIED_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>#

Unique name of the container this object exists within.

ADLS_OBJECT_ACCESS_TIER: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Access tier of this object.

ADLS_OBJECT_ACCESS_TIER_LAST_MODIFIED_TIME: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Time (epoch) when the acccess tier for this object was last modified, in milliseconds.

ADLS_OBJECT_ARCHIVE_STATUS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Archive status of this object.

ADLS_OBJECT_CACHE_CONTROL: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>#

Cache control of this object.

ADLS_OBJECT_CONTENT_LANGUAGE: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>#

Language of this object’s contents.

ADLS_OBJECT_CONTENT_MD5HASH: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

MD5 hash of this object’s contents.

ADLS_OBJECT_CONTENT_TYPE: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>#

Content type of this object.

ADLS_OBJECT_LEASE_STATE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

State of this object’s lease.

ADLS_OBJECT_LEASE_STATUS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Status of this object’s lease.

ADLS_OBJECT_METADATA: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Metadata associated with this object, from ADLS.

ADLS_OBJECT_SERVER_ENCRYPTED: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>#

Whether this object is server encrypted (true) or not (false).

ADLS_OBJECT_SIZE: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Size of this object.

ADLS_OBJECT_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Type of this object.

ADLS_OBJECT_URL: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>#

URL of this object.

ADLS_OBJECT_VERSION_ID: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Identifier of the version of this object, from ADLS.

ADLS_OBJECT_VERSION_LEVEL_IMMUTABILITY_SUPPORT: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>#

Whether this object supports version-level immutability (true) or not (false).