CassandraTable

class pyatlan.model.assets.CassandraTable(*, typeName: str = 'CassandraTable', attributes: CassandraTable.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: 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, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]

Description

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

TBC

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

TBC

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

TBC

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

Bloom filter false positive chance for the CassandraTable.

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

Caching behavior in Cassandra.

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

Comment describing the CassandraTable’s purpose or usage in Cassandra.

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

Compaction used for the CassandraTable in Cassandra.

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

Compression used for the CassandraTable in Cassandra.

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

CRC check chance for the CassandraTable.

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

Local read repair chance in Cassandra.

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

Default time-to-live for the CassandraTable in Cassandra.

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

Flags associated with the CassandraTable.

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

Grace period for garbage collection in the CassandraTable.

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

Unique identifier for the CassandraTable.

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

Maximum index interval for the CassandraTable.

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

Memtable flush period for the CassandraTable (in milliseconds).

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

Minimum index interval for the CassandraTable.

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

Query used to create the CassandraTable in Cassandra.

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

Read repair chance for the CassandraTable.

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

Speculative retry setting for the CassandraTable.

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

Indicates whether the CassandraTable is virtual.