Share via


CassandraTableGetPropertiesResource Constructors

Definition

Overloads

CassandraTableGetPropertiesResource()

Initializes a new instance of the CassandraTableGetPropertiesResource class.

CassandraTableGetPropertiesResource(String, Nullable<Int32>, CassandraSchema, String, Object, String)

Initializes a new instance of the CassandraTableGetPropertiesResource class.

CassandraTableGetPropertiesResource()

Initializes a new instance of the CassandraTableGetPropertiesResource class.

public CassandraTableGetPropertiesResource ();
Public Sub New ()

Applies to

CassandraTableGetPropertiesResource(String, Nullable<Int32>, CassandraSchema, String, Object, String)

Initializes a new instance of the CassandraTableGetPropertiesResource class.

public CassandraTableGetPropertiesResource (string id, int? defaultTtl = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraSchema schema = default, string _rid = default, object _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraTableGetPropertiesResource : string * Nullable<int> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraSchema * string * obj * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraTableGetPropertiesResource
Public Sub New (id As String, Optional defaultTtl As Nullable(Of Integer) = Nothing, Optional schema As CassandraSchema = Nothing, Optional _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing)

Parameters

id
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

_rid
String

A system generated property. A unique identifier.

_ts
Object

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

_etag
String

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

Applies to