ICassandraTable Interface

Definition

A Cassandra table.

public interface ICassandraTable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraTable,Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraTableGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraTable>
type ICassandraTable = interface
    interface IBeta
    interface IHasInner<CassandraTableGetResultsInner>
    interface IExternalChildResource<ICassandraTable, ICassandraKeyspace>
    interface IChildResource<ICassandraKeyspace>
    interface IHasName
    interface IIndexable
    interface IHasParent<ICassandraKeyspace>
    interface IRefreshable<ICassandraTable>
Public Interface ICassandraTable
Implements IBeta, IChildResource(Of ICassandraKeyspace), IExternalChildResource(Of ICassandraTable, ICassandraKeyspace), IHasInner(Of CassandraTableGetResultsInner), IHasParent(Of ICassandraKeyspace), IRefreshable(Of ICassandraTable)
Implements

Properties

_etag

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

_rid

Gets a system generated property. A unique identifier.

_ts

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

CassandraTableId

Gets name of the Cosmos DB Cassandra table.

DefaultTtl

Gets default time to live.

Id (Inherited from IExternalChildResource<FluentModelT,IParentT>)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
Schema

Gets schema of the Cosmos DB Cassandra table.

Methods

GetThroughputSettings()
GetThroughputSettingsAsync(CancellationToken)
Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to