CassandraTableGetPropertiesResource interface
model interface CassandraTableGetPropertiesResource
- Extends
Properties
| etag | A system generated property representing the resource etag required for optimistic concurrency control. |
| rid | A system generated property. A unique identifier. |
| ts | A system generated property that denotes the last updated timestamp of the resource. |
Inherited Properties
| analytical |
Analytical TTL. |
| default |
Time to live of the Cosmos DB Cassandra table |
| id | Name of the Cosmos DB Cassandra table |
| schema | Schema of the Cosmos DB Cassandra table |
Property Details
etag
A system generated property representing the resource etag required for optimistic concurrency control.
etag?: string
Property Value
string
rid
A system generated property. A unique identifier.
rid?: string
Property Value
string
ts
A system generated property that denotes the last updated timestamp of the resource.
ts?: number
Property Value
number
Inherited Property Details
analyticalStorageTtl
Analytical TTL.
analyticalStorageTtl?: number
Property Value
number
Inherited From CassandraTableResource.analyticalStorageTtl
defaultTtl
Time to live of the Cosmos DB Cassandra table
defaultTtl?: number
Property Value
number
Inherited From CassandraTableResource.defaultTtl
id
Name of the Cosmos DB Cassandra table
id: string
Property Value
string
Inherited From CassandraTableResource.id
schema
Schema of the Cosmos DB Cassandra table
schema?: CassandraSchema
Property Value
Inherited From CassandraTableResource.schema