CassandraTableResource Constructors
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.
Overloads
CassandraTableResource() |
Initializes a new instance of the CassandraTableResource class. |
CassandraTableResource(String, Nullable<Int32>, CassandraSchema) |
Initializes a new instance of the CassandraTableResource class. |
CassandraTableResource()
Initializes a new instance of the CassandraTableResource class.
public CassandraTableResource ();
Public Sub New ()
Applies to
CassandraTableResource(String, Nullable<Int32>, CassandraSchema)
Initializes a new instance of the CassandraTableResource class.
public CassandraTableResource (string id, int? defaultTtl = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraSchema schema = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraTableResource : string * Nullable<int> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraSchema -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraTableResource
Public Sub New (id As String, Optional defaultTtl As Nullable(Of Integer) = Nothing, Optional schema As CassandraSchema = Nothing)
Parameters
- id
- String
Name of the Cosmos DB Cassandra table
- schema
- CassandraSchema
Schema of the Cosmos DB Cassandra table
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET