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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET