ICassandraKeyspace Interface

Definition

A Cassandra keyspace.

public interface ICassandraKeyspace : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace,Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraKeyspaceGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace>
type ICassandraKeyspace = interface
    interface IBeta
    interface IHasInner<CassandraKeyspaceGetResultsInner>
    interface IExternalChildResource<ICassandraKeyspace, ICosmosDBAccount>
    interface IChildResource<ICosmosDBAccount>
    interface IHasName
    interface IIndexable
    interface IHasParent<ICosmosDBAccount>
    interface IRefreshable<ICassandraKeyspace>
Public Interface ICassandraKeyspace
Implements IBeta, IChildResource(Of ICosmosDBAccount), IExternalChildResource(Of ICassandraKeyspace, ICosmosDBAccount), IHasInner(Of CassandraKeyspaceGetResultsInner), IHasParent(Of ICosmosDBAccount), IRefreshable(Of ICassandraKeyspace)
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.

CassandraKeyspaceId

Gets name of the Cosmos DB Cassandra keyspace.

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>)

Methods

GetCassandraTable(String)
GetCassandraTableAsync(String, CancellationToken)
GetThroughputSettings()
GetThroughputSettingsAsync(CancellationToken)
ListCassandraTables()
ListCassandraTablesAsync(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