Share via


ArmCosmosDBModelFactory.ExtendedCassandraTableResourceInfo Method

Definition

Initializes a new instance of ExtendedCassandraTableResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedCassandraTableResourceInfo ExtendedCassandraTableResourceInfo (string tableName = default, int? defaultTtl = default, Azure.ResourceManager.CosmosDB.Models.CassandraSchema schema = default, int? analyticalStorageTtl = default, string rid = default, float? timestamp = default, Azure.ETag? etag = default);
static member ExtendedCassandraTableResourceInfo : string * Nullable<int> * Azure.ResourceManager.CosmosDB.Models.CassandraSchema * Nullable<int> * string * Nullable<single> * Nullable<Azure.ETag> -> Azure.ResourceManager.CosmosDB.Models.ExtendedCassandraTableResourceInfo
Public Shared Function ExtendedCassandraTableResourceInfo (Optional tableName As String = Nothing, Optional defaultTtl As Nullable(Of Integer) = Nothing, Optional schema As CassandraSchema = Nothing, Optional analyticalStorageTtl As Nullable(Of Integer) = Nothing, Optional rid As String = Nothing, Optional timestamp As Nullable(Of Single) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As ExtendedCassandraTableResourceInfo

Parameters

tableName
String

Name of the Cosmos DB Cassandra table.

defaultTtl
Nullable<Int32>

Time to live of the Cosmos DB Cassandra table.

schema
CassandraSchema

Schema of the Cosmos DB Cassandra table.

analyticalStorageTtl
Nullable<Int32>

Analytical TTL.

rid
String

A system generated property. A unique identifier.

timestamp
Nullable<Single>

A system generated property that denotes the last updated timestamp of the resource.

etag
Nullable<ETag>

A system generated property representing the resource etag required for optimistic concurrency control.

Returns

A new ExtendedCassandraTableResourceInfo instance for mocking.

Applies to