Skip navigation links
A B C D E F G H I L P R S T U V 

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.data.tables.TableClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.data.tables.TableServiceClientBuilder
Adds a pipeline policy to apply on each request sent.
addProperties(Map<String, Object>) - Method in class com.azure.data.tables.models.TableEntity
Adds the contents of the provided map to the entity's properties map.
addProperty(String, Object) - Method in class com.azure.data.tables.models.TableEntity
Adds a single property to the entity's properties map.

B

BatchOperationResponse - Class in com.azure.data.tables.models
The response of a REST sub-request contained within the response to a Batch request.
buildAsyncClient() - Method in class com.azure.data.tables.TableClientBuilder
Creates a TableAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.data.tables.TableServiceClientBuilder
Creates a TableServiceAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.data.tables.TableClientBuilder
Creates a TableClient based on options set in the builder.
buildClient() - Method in class com.azure.data.tables.TableServiceClientBuilder
Creates a TableServiceClient based on options set in the builder.

C

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
Creates a new TableAsyncBatch object.
createBatch(String) - Method in class com.azure.data.tables.TableClient
Creates a new TableBatch object.
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
Sets the TablesSharedKeyCredential used to authorize requests sent to the service.
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
Sets the TablesSharedKeyCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.

D

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.

E

endpoint(String) - Method in class com.azure.data.tables.TableClientBuilder
Sets the service endpoint.
endpoint(String) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the service endpoint.
ENTITY_ALREADY_EXISTS - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value EntityAlreadyExists.
ENTITY_NOT_FOUND - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value EntityNotFound.

F

fromString(String) - Static method in class com.azure.data.tables.models.TableErrorCode
Returns the TableErrorCode constant with the provided name, or null if no TableErrorCode has the provided name.

G

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
Gets the sub-request which resulted in this 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
Gets a TableAsyncClient instance for the provided table in the account.
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

H

httpClient(HttpClient) - Method in class com.azure.data.tables.TableClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.data.tables.TableClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.

I

INVALID_PK_OR_RK_NAME - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value InvalidPkOrRkName.
INVALID_TABLE_NAME - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value InvalidTableName.

L

listEntities() - Method in class com.azure.data.tables.TableAsyncClient
Lists all entities within the table.
listEntities(ListEntitiesOptions) - Method in class com.azure.data.tables.TableAsyncClient
Lists entities using the parameters in the provided options.
listEntities(Class<T>) - Method in class com.azure.data.tables.TableAsyncClient
Lists all entities within the table.
listEntities(ListEntitiesOptions, Class<T>) - Method in class com.azure.data.tables.TableAsyncClient
Lists entities using the parameters in the provided options.
listEntities() - Method in class com.azure.data.tables.TableClient
Lists all entities within the table.
listEntities(ListEntitiesOptions) - Method in class com.azure.data.tables.TableClient
Lists entities using the parameters in the provided options.
listEntities(Class<T>) - Method in class com.azure.data.tables.TableClient
Lists all entities within the table.
listEntities(ListEntitiesOptions, Class<T>) - Method in class com.azure.data.tables.TableClient
Lists entities using the parameters in the provided options.
ListEntitiesOptions - Class in com.azure.data.tables.models
Options to modify the data returned from the listEntities family of methods.
ListEntitiesOptions() - Constructor for class com.azure.data.tables.models.ListEntitiesOptions
 
listTables() - Method in class com.azure.data.tables.TableServiceAsyncClient
Lists all tables within the account.
listTables(ListTablesOptions) - Method in class com.azure.data.tables.TableServiceAsyncClient
Lists tables using the parameters in the provided options.
listTables() - Method in class com.azure.data.tables.TableServiceClient
Lists all tables within the account.
listTables(ListTablesOptions) - Method in class com.azure.data.tables.TableServiceClient
Lists tables using the parameters in the provided options.
ListTablesOptions - Class in com.azure.data.tables.models
Options to modify the data returned from the listTables family of methods.
ListTablesOptions() - Constructor for class com.azure.data.tables.models.ListTablesOptions
 

P

pipeline(HttpPipeline) - Method in class com.azure.data.tables.TableClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the HttpPipeline to use for the service client.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.data.tables.TablesSharedKeyCredentialPolicy
Authorizes a HttpRequest with the SharedKey credential.

R

retryOptions(RequestRetryOptions) - Method in class com.azure.data.tables.TableClientBuilder
Sets the request retry options for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the request retry options for all the requests made through the client.

S

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
Sets the TablesServiceVersion that is used when making API requests.
serviceVersion(TablesServiceVersion) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the TablesServiceVersion that is used when making API requests.
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.

T

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
This class provides a fluent builder API to help aid the configuration and instantiation of TableClient and TableAsyncClient objects.
TableClientBuilder() - Constructor for class com.azure.data.tables.TableClientBuilder
Creates a builder instance that is able to configure and construct TableClient and TableAsyncClient objects.
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
This class provides a fluent builder API to help aid the configuration and instantiation of TableServiceClient and TableServiceAsyncClient objects.
TableServiceClientBuilder() - Constructor for class com.azure.data.tables.TableServiceClientBuilder
Creates a builder instance that is able to configure and construct TableServiceClient and TableServiceAsyncClient objects.
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.

U

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.

V

valueOf(String) - Static method in enum com.azure.data.tables.models.UpdateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.tables.TablesServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.data.tables.models.UpdateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.tables.TablesServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L P R S T U V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.