Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CassandraResources

Package version

Interface representing a CassandraResources.

Hierarchy

  • CassandraResources

Implemented by

Index

Methods

beginCreateUpdateCassandraKeyspace

beginCreateUpdateCassandraKeyspaceAndWait

beginCreateUpdateCassandraTable

beginCreateUpdateCassandraTableAndWait

beginCreateUpdateCassandraView

beginCreateUpdateCassandraViewAndWait

beginDeleteCassandraKeyspace

beginDeleteCassandraKeyspaceAndWait

beginDeleteCassandraTable

  • Deletes an existing Azure Cosmos DB Cassandra table.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      Cosmos DB database account name.

    • keyspaceName: string

      Cosmos DB keyspace name.

    • tableName: string

      Cosmos DB table name.

    • Optional options: CassandraResourcesDeleteCassandraTableOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteCassandraTableAndWait

beginDeleteCassandraView

  • Deletes an existing Azure Cosmos DB Cassandra view.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      Cosmos DB database account name.

    • keyspaceName: string

      Cosmos DB keyspace name.

    • viewName: string

      Cosmos DB view name.

    • Optional options: CassandraResourcesDeleteCassandraViewOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteCassandraViewAndWait

beginMigrateCassandraKeyspaceToAutoscale

beginMigrateCassandraKeyspaceToAutoscaleAndWait

beginMigrateCassandraKeyspaceToManualThroughput

beginMigrateCassandraKeyspaceToManualThroughputAndWait

beginMigrateCassandraTableToAutoscale

beginMigrateCassandraTableToAutoscaleAndWait

beginMigrateCassandraTableToManualThroughput

beginMigrateCassandraTableToManualThroughputAndWait

beginMigrateCassandraViewToAutoscale

beginMigrateCassandraViewToAutoscaleAndWait

beginMigrateCassandraViewToManualThroughput

beginMigrateCassandraViewToManualThroughputAndWait

beginUpdateCassandraKeyspaceThroughput

beginUpdateCassandraKeyspaceThroughputAndWait

beginUpdateCassandraTableThroughput

beginUpdateCassandraTableThroughputAndWait

beginUpdateCassandraViewThroughput

beginUpdateCassandraViewThroughputAndWait

getCassandraKeyspace

getCassandraKeyspaceThroughput

getCassandraTable

getCassandraTableThroughput

getCassandraView

getCassandraViewThroughput

listCassandraKeyspaces

listCassandraTables

listCassandraViews

Generated using TypeDoc