Class CassandraTableGetPropertiesResource
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
public class CassandraTableGetPropertiesResource
- Inheritance
-
CassandraTableGetPropertiesResource
- Inherited Members
Constructors
CassandraTableGetPropertiesResource()
Initializes a new instance of the CassandraTableGetPropertiesResource class.
public CassandraTableGetPropertiesResource()
CassandraTableGetPropertiesResource(string, int?, CassandraSchema, string, object, string)
Initializes a new instance of the CassandraTableGetPropertiesResource class.
public CassandraTableGetPropertiesResource(string id, int? defaultTtl = null, CassandraSchema schema = null, string _rid = null, object _ts = null, string _etag = null)
Parameters
id
stringName of the Cosmos DB Cassandra table
defaultTtl
int?Time to live of the Cosmos DB Cassandra table
schema
CassandraSchemaSchema of the Cosmos DB Cassandra table
_rid
stringA system generated property. A unique identifier.
_ts
objectA system generated property that denotes the last updated timestamp of the resource.
_etag
stringA system generated property representing the resource etag required for optimistic concurrency control.
Properties
DefaultTtl
Gets or sets time to live of the Cosmos DB Cassandra table
public int? DefaultTtl { get; set; }
Property Value
- int?
Id
Gets or sets name of the Cosmos DB Cassandra table
public string Id { get; set; }
Property Value
Schema
Gets or sets schema of the Cosmos DB Cassandra table
public CassandraSchema Schema { get; set; }
Property Value
_etag
Gets a system generated property representing the resource etag required for optimistic concurrency control.
public string _etag { get; }
Property Value
_rid
Gets a system generated property. A unique identifier.
public string _rid { get; }
Property Value
_ts
Gets a system generated property that denotes the last updated timestamp of the resource.
public object _ts { get; }
Property Value
Methods
Validate()
Validate the object.
public virtual void Validate()
Exceptions
- Microsoft.Rest.ValidationException
Thrown if validation fails