ExtendedCassandraTableResourceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ExtendedCassandraTableResourceInfo.
public class ExtendedCassandraTableResourceInfo : Azure.ResourceManager.CosmosDB.Models.CassandraTableResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedCassandraTableResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedCassandraTableResourceInfo>
type ExtendedCassandraTableResourceInfo = class
inherit CassandraTableResourceInfo
interface IJsonModel<ExtendedCassandraTableResourceInfo>
interface IPersistableModel<ExtendedCassandraTableResourceInfo>
Public Class ExtendedCassandraTableResourceInfo
Inherits CassandraTableResourceInfo
Implements IJsonModel(Of ExtendedCassandraTableResourceInfo), IPersistableModel(Of ExtendedCassandraTableResourceInfo)
- Inheritance
- Implements
Constructors
ExtendedCassandraTableResourceInfo(String) |
Initializes a new instance of ExtendedCassandraTableResourceInfo. |
Properties
AnalyticalStorageTtl |
Analytical TTL. (Inherited from CassandraTableResourceInfo) |
DefaultTtl |
Time to live of the Cosmos DB Cassandra table. (Inherited from CassandraTableResourceInfo) |
ETag |
A system generated property representing the resource etag required for optimistic concurrency control. |
Rid |
A system generated property. A unique identifier. |
Schema |
Schema of the Cosmos DB Cassandra table. (Inherited from CassandraTableResourceInfo) |
TableName |
Name of the Cosmos DB Cassandra table. (Inherited from CassandraTableResourceInfo) |
Timestamp |
A system generated property that denotes the last updated timestamp of the resource. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET