- clientOptions(ClientOptions) - Method in class com.azure.data.tables.TableClientBuilder
-
Sets the client options such as application ID and custom headers to set on a request.
- clientOptions(ClientOptions) - Method in class com.azure.data.tables.TableServiceClientBuilder
-
Sets the client options such as application ID and custom headers to set on a request.
- com.azure.data.tables - package com.azure.data.tables
-
Package containing the classes for Tables Clients.
- com.azure.data.tables.models - package com.azure.data.tables.models
-
Package containing the implementations and inner classes for AzureTable.
- configuration(Configuration) - Method in class com.azure.data.tables.TableClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- configuration(Configuration) - Method in class com.azure.data.tables.TableServiceClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- connectionString(String) - Method in class com.azure.data.tables.TableClientBuilder
-
Sets the connection string to connect to the service.
- connectionString(String) - Method in class com.azure.data.tables.TableServiceClientBuilder
-
Sets the connection string to connect to the service.
- create() - Method in class com.azure.data.tables.TableAsyncClient
-
Creates the table within the Tables service.
- create() - Method in class com.azure.data.tables.TableClient
-
Creates the table within the Tables service.
- create(Duration) - Method in class com.azure.data.tables.TableClient
-
Creates the table within the Tables service.
- createBatch(String) - Method in class com.azure.data.tables.TableAsyncClient
-
- createBatch(String) - Method in class com.azure.data.tables.TableClient
-
- createEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncBatch
-
Inserts an entity into the table.
- createEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
-
Inserts an entity into the table.
- createEntity(TableEntity) - Method in class com.azure.data.tables.TableBatch
-
Inserts an entity into the table.
- createEntity(TableEntity) - Method in class com.azure.data.tables.TableClient
-
Inserts an entity into the table.
- createEntity(TableEntity, Duration) - Method in class com.azure.data.tables.TableClient
-
Inserts an entity into the table.
- createEntityWithResponse(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
-
Inserts an entity into the table.
- createEntityWithResponse(TableEntity, Duration, Context) - Method in class com.azure.data.tables.TableClient
-
Inserts an entity into the table.
- createTable(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Creates a table within the Tables service.
- createTable(String) - Method in class com.azure.data.tables.TableServiceClient
-
Creates a table within the Tables service.
- createTable(String, Duration) - Method in class com.azure.data.tables.TableServiceClient
-
Creates a table within the Tables service.
- createTableIfNotExists(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Creates a table within the Tables service if the table does not already exist.
- createTableIfNotExists(String) - Method in class com.azure.data.tables.TableServiceClient
-
Creates a table within the Tables service if the table does not already exist.
- createTableIfNotExists(String, Duration) - Method in class com.azure.data.tables.TableServiceClient
-
Creates a table within the Tables service if the table does not already exist.
- createTableIfNotExistsWithResponse(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Creates a table within the Tables service if the table does not already exist.
- createTableIfNotExistsWithResponse(String, Duration, Context) - Method in class com.azure.data.tables.TableServiceClient
-
Creates a table within the Tables service if the table does not already exist.
- createTableWithResponse(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Creates a table within the Tables service.
- createTableWithResponse(String, Duration, Context) - Method in class com.azure.data.tables.TableServiceClient
-
Creates a table within the Tables service.
- createWithResponse() - Method in class com.azure.data.tables.TableAsyncClient
-
Creates the table within the Tables service.
- createWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableClient
-
Creates the table within the Tables service.
- credential(AzureSasCredential) - Method in class com.azure.data.tables.TableClientBuilder
-
Sets the AzureSasCredential used to authorize requests sent to the service.
- credential(TablesSharedKeyCredential) - Method in class com.azure.data.tables.TableClientBuilder
-
- credential(TokenCredential) - Method in class com.azure.data.tables.TableClientBuilder
-
Sets the TokenCredential used to authorize requests sent to the service.
- credential(AzureSasCredential) - Method in class com.azure.data.tables.TableServiceClientBuilder
-
Sets the AzureSasCredential used to authorize requests sent to the service.
- credential(TablesSharedKeyCredential) - Method in class com.azure.data.tables.TableServiceClientBuilder
-
- credential(TokenCredential) - Method in class com.azure.data.tables.TableServiceClientBuilder
-
Sets the TokenCredential used to authorize requests sent to the service.
- delete() - Method in class com.azure.data.tables.TableAsyncClient
-
Deletes the table within the Tables service.
- delete() - Method in class com.azure.data.tables.TableClient
-
Deletes the table within the Tables service.
- delete(Duration) - Method in class com.azure.data.tables.TableClient
-
Deletes the table within the Tables service.
- deleteEntity(String) - Method in class com.azure.data.tables.TableAsyncBatch
-
Deletes an entity from the table.
- deleteEntity(String, String) - Method in class com.azure.data.tables.TableAsyncBatch
-
Deletes an entity from the table.
- deleteEntity(String, String) - Method in class com.azure.data.tables.TableAsyncClient
-
Deletes an entity from the table.
- deleteEntity(String, String, String) - Method in class com.azure.data.tables.TableAsyncClient
-
Deletes an entity from the table.
- deleteEntity(String) - Method in class com.azure.data.tables.TableBatch
-
Deletes an entity from the table.
- deleteEntity(String, String) - Method in class com.azure.data.tables.TableBatch
-
Deletes an entity from the table.
- deleteEntity(String, String) - Method in class com.azure.data.tables.TableClient
-
Deletes an entity from the table.
- deleteEntity(String, String, String) - Method in class com.azure.data.tables.TableClient
-
Deletes an entity from the table.
- deleteEntity(String, String, String, Duration) - Method in class com.azure.data.tables.TableClient
-
Deletes an entity from the table.
- deleteEntityWithResponse(String, String, String) - Method in class com.azure.data.tables.TableAsyncClient
-
Deletes an entity from the table.
- deleteEntityWithResponse(String, String, String, Duration, Context) - Method in class com.azure.data.tables.TableClient
-
Deletes an entity from the table.
- deleteTable(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Deletes a table within the Tables service.
- deleteTable(String) - Method in class com.azure.data.tables.TableServiceClient
-
Deletes a table within the Tables service.
- deleteTable(String, Duration) - Method in class com.azure.data.tables.TableServiceClient
-
Deletes a table within the Tables service.
- deleteTableWithResponse(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Deletes a table within the Tables service.
- deleteTableWithResponse(String, Duration, Context) - Method in class com.azure.data.tables.TableServiceClient
-
Deletes a table within the Tables service.
- deleteWithResponse() - Method in class com.azure.data.tables.TableAsyncClient
-
Deletes the table within the Tables service.
- deleteWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableClient
-
Deletes the table within the Tables service.
- getAccountName() - Method in class com.azure.data.tables.TableAsyncClient
-
Gets the name of the account containing the table.
- getAccountName() - Method in class com.azure.data.tables.TableClient
-
Gets the name of the account containing the table.
- getAccountName() - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Gets the name of the account containing the table.
- getAccountName() - Method in class com.azure.data.tables.TableServiceClient
-
Gets the name of the account containing the table.
- getApiVersion() - Method in class com.azure.data.tables.TableAsyncClient
-
Gets the REST API version used by this client.
- getApiVersion() - Method in class com.azure.data.tables.TableClient
-
Gets the REST API version used by this client.
- getApiVersion() - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Gets the REST API version used by this client.
- getApiVersion() - Method in class com.azure.data.tables.TableServiceClient
-
Gets the REST API version used by this client.
- getEntity(String, String) - Method in class com.azure.data.tables.TableAsyncClient
-
Gets a single entity from the table.
- getEntity(String, String, String) - Method in class com.azure.data.tables.TableAsyncClient
-
Gets a single entity from the table.
- getEntity(String, String, Class<T>) - Method in class com.azure.data.tables.TableAsyncClient
-
Gets a single entity from the table.
- getEntity(String, String, String, Class<T>) - Method in class com.azure.data.tables.TableAsyncClient
-
Gets a single entity from the table.
- getEntity(String, String) - Method in class com.azure.data.tables.TableClient
-
Gets a single entity from the table.
- getEntity(String, String, String) - Method in class com.azure.data.tables.TableClient
-
Gets a single entity from the table.
- getEntity(String, String, Class<T>) - Method in class com.azure.data.tables.TableClient
-
Gets a single entity from the table.
- getEntity(String, String, String, Class<T>) - Method in class com.azure.data.tables.TableClient
-
Gets a single entity from the table.
- getEntity(String, String, String, Duration) - Method in class com.azure.data.tables.TableClient
-
Gets a single entity from the table.
- getEntity(String, String, String, Class<T>, Duration) - Method in class com.azure.data.tables.TableClient
-
Gets a single entity from the table.
- getEntityWithResponse(String, String, String) - Method in class com.azure.data.tables.TableAsyncClient
-
Gets a single entity from the table.
- getEntityWithResponse(String, String, String, Class<T>) - Method in class com.azure.data.tables.TableAsyncClient
-
Gets a single entity from the table.
- getEntityWithResponse(String, String, String, Duration, Context) - Method in class com.azure.data.tables.TableClient
-
Gets a single entity from the table.
- getEntityWithResponse(String, String, String, Class<T>, Duration, Context) - Method in class com.azure.data.tables.TableClient
-
Gets a single entity from the table.
- getErrorCode() - Method in exception com.azure.data.tables.models.TableStorageException
-
Gets the error code returned by the service.
- getETag() - Method in class com.azure.data.tables.models.TableEntity
-
Gets the entity's eTag.
- getFilter() - Method in class com.azure.data.tables.models.ListEntitiesOptions
-
Gets the value of the `filter` OData query option which filters the set of returned entities, excluding those
that do not match the filter expression.
- getFilter() - Method in class com.azure.data.tables.models.ListTablesOptions
-
Gets the value of the `filter` OData query option which filters the set of returned entities, excluding those
that do not match the filter expression.
- getHeaders() - Method in class com.azure.data.tables.models.BatchOperationResponse
-
Gets the headers from the HTTP sub-response.
- getLatest() - Static method in enum com.azure.data.tables.TablesServiceVersion
-
Gets the latest REST API version supported by this client library.
- getName() - Method in class com.azure.data.tables.models.TableItem
-
Gets the name of the table.
- getOperations() - Method in class com.azure.data.tables.TableAsyncBatch
-
Gets an immutable list containing all operations added to this batch.
- getOperations() - Method in class com.azure.data.tables.TableBatch
-
Gets an immutable list containing all operations added to this batch.
- getPartitionKey() - Method in class com.azure.data.tables.models.TableEntity
-
Gets the entity's partition key.
- getProperties() - Method in class com.azure.data.tables.models.TableEntity
-
Gets the map of the entity's properties.
- getProperty(String) - Method in class com.azure.data.tables.models.TableEntity
-
Gets a single property from the entity's properties map.
- getRequest() - Method in class com.azure.data.tables.models.BatchOperationResponse
-
- getRowKey() - Method in class com.azure.data.tables.models.TableEntity
-
Gets the entity's row key.
- getSelect() - Method in class com.azure.data.tables.models.ListEntitiesOptions
-
Gets the value of the `select` OData query option which limits the properties returned on each entity.
- getServiceMessage() - Method in exception com.azure.data.tables.models.TableStorageException
-
Gets the message returned by the service.
- getServiceUrl() - Method in class com.azure.data.tables.TableServiceAsyncClient
-
Gets the absolute URL for the Tables service endpoint.
- getServiceUrl() - Method in class com.azure.data.tables.TableServiceClient
-
Gets the absolute URL for the Tables service endpoint.
- getStatusCode() - Method in class com.azure.data.tables.models.BatchOperationResponse
-
Gets the HTTP sub-response status code.
- getStatusCode() - Method in exception com.azure.data.tables.models.TableStorageException
-
Gets the status code of the response.
- getTableClient(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
-
- getTableClient(String) - Method in class com.azure.data.tables.TableServiceClient
-
Gets a
TableClient instance for the provided table in the account.
- getTableName() - Method in class com.azure.data.tables.TableAsyncClient
-
Gets the name of the table.
- getTableName() - Method in class com.azure.data.tables.TableClient
-
Gets the name of the table.
- getTableUrl() - Method in class com.azure.data.tables.TableAsyncClient
-
Gets the absolute URL for this table.
- getTableUrl() - Method in class com.azure.data.tables.TableClient
-
Gets the absolute URL for this table.
- getTimestamp() - Method in class com.azure.data.tables.models.TableEntity
-
Gets the entity's timestamp.
- getTop() - Method in class com.azure.data.tables.models.ListEntitiesOptions
-
Gets the value of the `top` OData query option which limits the number of returned entities.
- getTop() - Method in class com.azure.data.tables.models.ListTablesOptions
-
Gets the value of the `top` OData query option which limits the number of returned entities.
- getValue() - Method in class com.azure.data.tables.models.BatchOperationResponse
-
Gets the deserialized value of the HTTP sub-response, if present.
- getVersion() - Method in enum com.azure.data.tables.TablesServiceVersion
- sasToken(String) - Method in class com.azure.data.tables.TableClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- sasToken(String) - Method in class com.azure.data.tables.TableServiceClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- serviceVersion(TablesServiceVersion) - Method in class com.azure.data.tables.TableClientBuilder
-
- serviceVersion(TablesServiceVersion) - Method in class com.azure.data.tables.TableServiceClientBuilder
-
- setFilter(String) - Method in class com.azure.data.tables.models.ListEntitiesOptions
-
Sets the value of the `filter` OData query option which filters the set of returned entities, excluding those
that do not match the filter expression.
- setFilter(String) - Method in class com.azure.data.tables.models.ListTablesOptions
-
Sets the value of the `filter` OData query option which filters the set of returned entities, excluding those
that do not match the filter expression.
- setSelect(String) - Method in class com.azure.data.tables.models.ListEntitiesOptions
-
Sets the value of the `select` OData query option which limits the properties returned on each entity.
- setTop(Integer) - Method in class com.azure.data.tables.models.ListEntitiesOptions
-
Sets the value of the `top` OData query option which limits the number of returned entities.
- setTop(Integer) - Method in class com.azure.data.tables.models.ListTablesOptions
-
Sets the value of the `top` OData query option which limits the number of returned entities.
- submitTransaction() - Method in class com.azure.data.tables.TableAsyncBatch
-
Executes all operations within The batch inside a transaction.
- submitTransaction() - Method in class com.azure.data.tables.TableBatch
-
Executes all operations within The batch inside a transaction.
- submitTransaction(Duration) - Method in class com.azure.data.tables.TableBatch
-
Executes all operations within The batch inside a transaction.
- submitTransactionWithResponse() - Method in class com.azure.data.tables.TableAsyncBatch
-
Executes all operations within The batch inside a transaction.
- submitTransactionWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableBatch
-
Executes all operations within The batch inside a transaction.
- TABLE_ALREADY_EXISTS - Static variable in class com.azure.data.tables.models.TableErrorCode
-
Static value TableAlreadyExists.
- TABLE_NOT_FOUND - Static variable in class com.azure.data.tables.models.TableErrorCode
-
Static value TableNotFound.
- TableAsyncBatch - Class in com.azure.data.tables
-
Provides a batch object for asynchronously executing a transaction containing one or more operations on entities
within a table in the Azure Tables service.
- TableAsyncClient - Class in com.azure.data.tables
-
Provides an asynchronous service client for accessing a table in the Azure Tables service.
- TableBatch - Class in com.azure.data.tables
-
Provides a batch object for asynchronously executing a transaction containing one or more operations on entities
within a table in the Azure Tables service.
- TableClient - Class in com.azure.data.tables
-
Provides a synchronous service client for accessing a table in the Azure Tables service.
- TableClientBuilder - Class in com.azure.data.tables
-
- TableClientBuilder() - Constructor for class com.azure.data.tables.TableClientBuilder
-
- TableEntity - Class in com.azure.data.tables.models
-
An entity within a table.
- TableEntity(String, String) - Constructor for class com.azure.data.tables.models.TableEntity
-
Construct a new TableEntity.
- TableErrorCode - Class in com.azure.data.tables.models
-
Defines values for error codes returned from the Tables service.
- TableErrorCode() - Constructor for class com.azure.data.tables.models.TableErrorCode
-
- TableItem - Class in com.azure.data.tables.models
-
A table within a storage or CosmosDB table API account.
- tableName(String) - Method in class com.azure.data.tables.TableClientBuilder
-
Sets the name of the table.
- TableServiceAsyncClient - Class in com.azure.data.tables
-
Provides an asynchronous service client for accessing the Azure Tables service.
- TableServiceClient - Class in com.azure.data.tables
-
Provides a synchronous service client for accessing the Azure Tables service.
- TableServiceClientBuilder - Class in com.azure.data.tables
-
- TableServiceClientBuilder() - Constructor for class com.azure.data.tables.TableServiceClientBuilder
-
- TablesServiceVersion - Enum in com.azure.data.tables
-
The versions of Tables REST API supported by this client library.
- TablesSharedKeyCredential - Class in com.azure.data.tables
-
A SharedKey credential that authorizes requests to the Tables service.
- TablesSharedKeyCredential(String, String) - Constructor for class com.azure.data.tables.TablesSharedKeyCredential
-
Initializes a new TablesSharedKeyCredential that contains an account's name and its primary or secondary
account key.
- TablesSharedKeyCredentialPolicy - Class in com.azure.data.tables
-
Policy that adds the SharedKey into the request's Authorization header.
- TablesSharedKeyCredentialPolicy(TablesSharedKeyCredential) - Constructor for class com.azure.data.tables.TablesSharedKeyCredentialPolicy
-
Creates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header.
- TableStorageException - Exception in com.azure.data.tables.models
-
A TableStorageException is thrown whenever the Tables service successfully returns an error code that is not
200-level.
- TableStorageException(String, HttpResponse, Object) - Constructor for exception com.azure.data.tables.models.TableStorageException
-
Constructs a TableStorageException.
- updateEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncBatch
-
Updates an existing entity by merging the provided entity with the existing entity.
- updateEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableAsyncBatch
-
Updates an existing entity using the specified update mode.
- updateEntity(TableEntity, UpdateMode, boolean) - Method in class com.azure.data.tables.TableAsyncBatch
-
Updates an existing entity using the specified update mode.
- updateEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
-
Updates an existing entity by merging the provided entity with the existing entity.
- updateEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
-
Updates an existing entity using the specified update mode.
- updateEntity(TableEntity, UpdateMode, boolean) - Method in class com.azure.data.tables.TableAsyncClient
-
Updates an existing entity using the specified update mode.
- updateEntity(TableEntity) - Method in class com.azure.data.tables.TableBatch
-
Updates an existing entity by merging the provided entity with the existing entity.
- updateEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableBatch
-
Updates an existing entity using the specified update mode.
- updateEntity(TableEntity, UpdateMode, boolean) - Method in class com.azure.data.tables.TableBatch
-
Updates an existing entity using the specified update mode.
- updateEntity(TableEntity) - Method in class com.azure.data.tables.TableClient
-
Updates an existing entity by merging the provided entity with the existing entity.
- updateEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableClient
-
Updates an existing entity using the specified update mode.
- updateEntity(TableEntity, UpdateMode, boolean) - Method in class com.azure.data.tables.TableClient
-
Updates an existing entity using the specified update mode.
- updateEntity(TableEntity, UpdateMode, boolean, Duration) - Method in class com.azure.data.tables.TableClient
-
Updates an existing entity using the specified update mode.
- updateEntityWithResponse(TableEntity, UpdateMode, boolean) - Method in class com.azure.data.tables.TableAsyncClient
-
Updates an existing entity using the specified update mode.
- updateEntityWithResponse(TableEntity, UpdateMode, boolean, Duration, Context) - Method in class com.azure.data.tables.TableClient
-
Updates an existing entity using the specified update mode.
- UpdateMode - Enum in com.azure.data.tables.models
-
The type of update operation to perform on an existing entity within a table.
- upsertEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncBatch
-
Inserts an entity into the table if it does not exist, or merges the entity with the existing entity otherwise.
- upsertEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableAsyncBatch
-
Inserts an entity into the table if it does not exist, or updates the existing entity using the specified update
mode otherwise.
- upsertEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
-
Inserts an entity into the table if it does not exist, or merges the entity with the existing entity otherwise.
- upsertEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
-
Inserts an entity into the table if it does not exist, or updates the existing entity using the specified update
mode otherwise.
- upsertEntity(TableEntity) - Method in class com.azure.data.tables.TableBatch
-
Inserts an entity into the table if it does not exist, or merges the entity with the existing entity otherwise.
- upsertEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableBatch
-
Inserts an entity into the table if it does not exist, or updates the existing entity using the specified update
mode otherwise.
- upsertEntity(TableEntity) - Method in class com.azure.data.tables.TableClient
-
Inserts an entity into the table if it does not exist, or merges the entity with the existing entity otherwise.
- upsertEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableClient
-
Inserts an entity into the table if it does not exist, or updates the existing entity using the specified update
mode otherwise.
- upsertEntity(TableEntity, UpdateMode, Duration) - Method in class com.azure.data.tables.TableClient
-
Inserts an entity into the table if it does not exist, or updates the existing entity using the specified update
mode otherwise.
- upsertEntityWithResponse(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
-
Inserts an entity into the table if it does not exist, or updates the existing entity using the specified update
mode otherwise.
- upsertEntityWithResponse(TableEntity, UpdateMode, Duration, Context) - Method in class com.azure.data.tables.TableClient
-
Inserts an entity into the table if it does not exist, or updates the existing entity using the specified update
mode otherwise.