CassandraView

class pyatlan.model.assets.CassandraView(*, typeName: str = 'CassandraView', attributes: CassandraView.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_KEYSPACE: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>

TBC

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

False positive chance for the Bloom filter in the CassandraView.

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

Caching configuration in the CassandraView.

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

Comment describing the CassandraView.

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

Compaction for the CassandraView.

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

CRC check chance for the CassandraView.

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

DC-local read repair chance for the CassandraView.

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

Default time-to-live (TTL) for the CassandraView.

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

Grace period for garbage collection in the CassandraView.

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

Whether to include all columns in the CassandraView.

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

Maximum index interval for the CassandraView.

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

Memtable flush period (in milliseconds) for the CassandraView.

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

Minimum index interval for the CassandraView.

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

Query used in the CassandraView.

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

Read repair interval for the CassandraView.

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

SpeculativeRetry setting for the CassandraView.

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

ID of the base table in the CassandraView.

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

Where clause used for the CassandraView query.