Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableResources

Package version

Interface representing a TableResources.

Hierarchy

  • TableResources

Implemented by

Index

Methods

beginCreateUpdateTable

beginCreateUpdateTableAndWait

beginDeleteTable

  • Deletes an existing Azure Cosmos DB Table.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      Cosmos DB database account name.

    • tableName: string

      Cosmos DB table name.

    • Optional options: TableResourcesDeleteTableOptionalParams

      The options parameters.

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

beginDeleteTableAndWait

beginMigrateTableToAutoscale

beginMigrateTableToAutoscaleAndWait

beginMigrateTableToManualThroughput

beginMigrateTableToManualThroughputAndWait

beginRetrieveContinuousBackupInformation

beginRetrieveContinuousBackupInformationAndWait

beginUpdateTableThroughput

beginUpdateTableThroughputAndWait

getTable

getTableThroughput

listTables

Generated using TypeDoc