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 policy to the set of existing policies that are executed after required policies.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.data.tables.TableServiceClientBuilder
Adds a pipeline policy to apply on each request sent.
addProperty(String, Object) - Method in class com.azure.data.tables.models.TableEntity
Adds a property to the entity.

B

buildAsyncClient() - Method in class com.azure.data.tables.TableClientBuilder
builds an async tableClient
buildAsyncClient() - Method in class com.azure.data.tables.TableServiceClientBuilder
builds an async TableServiceAsyncClient
buildClient() - Method in class com.azure.data.tables.TableClientBuilder
builds a sync tableClient
buildClient() - Method in class com.azure.data.tables.TableServiceClientBuilder
builds a sync TableServiceClient

C

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 store that is used during construction of the service 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 help build the client
connectionString(String) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the connection string to help build the client
create() - Method in class com.azure.data.tables.TableAsyncClient
creates new table with the name of this client
create() - Method in class com.azure.data.tables.TableClient
creates new table with the name of this client
create(Duration) - Method in class com.azure.data.tables.TableClient
creates new table with the name of this client
createEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
insert a TableEntity with the given properties and return that TableEntity.
createEntity(TableEntity) - Method in class com.azure.data.tables.TableClient
insert a TableEntity with the given properties and return that TableEntity.
createEntity(TableEntity, Duration) - Method in class com.azure.data.tables.TableClient
insert a TableEntity with the given properties and return that TableEntity.
createEntityWithResponse(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
insert a TableEntity with the given properties and return that TableEntity.
createEntityWithResponse(TableEntity, Duration, Context) - Method in class com.azure.data.tables.TableClient
insert a TableEntity with the given properties and return that TableEntity.
createTable(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
creates the table with the given name.
createTable(String) - Method in class com.azure.data.tables.TableServiceClient
creates the table with the given name.
createTableIfNotExists(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
creates the table with the given name if it does not exist, otherwise no action is taken.
createTableIfNotExists(String) - Method in class com.azure.data.tables.TableServiceClient
creates the table with the given name if it does not exist, otherwise no action is taken.
createTableIfNotExistsWithResponse(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
creates the table with the given name if it does not exist, otherwise no action is taken.
createTableIfNotExistsWithResponse(String, Context) - Method in class com.azure.data.tables.TableServiceClient
creates the table with the given name if it does not exist, otherwise no action is taken.
createTableWithResponse(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
creates the table with the given name.
createTableWithResponse(String, Context) - Method in class com.azure.data.tables.TableServiceClient
creates the table with the given name.
createWithResponse() - Method in class com.azure.data.tables.TableAsyncClient
creates a new table with the name of this client
createWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableClient
creates a new table with the name of this client
credential(TokenCredential) - Method in class com.azure.data.tables.TableClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.
credential(TokenCredential) - Method in class com.azure.data.tables.TableServiceClientBuilder
update credential

D

delete() - Method in class com.azure.data.tables.TableAsyncClient
deletes the table with the name of this client
delete() - Method in class com.azure.data.tables.TableClient
deletes the table with the name of this client
delete(Duration) - Method in class com.azure.data.tables.TableClient
deletes the table with the name of this client
deleteEntity(String, String) - Method in class com.azure.data.tables.TableAsyncClient
deletes the given entity
deleteEntity(String, String, String) - Method in class com.azure.data.tables.TableAsyncClient
deletes the given entity
deleteEntity(String, String) - Method in class com.azure.data.tables.TableClient
deletes the entity with the given partition key and row key
deleteEntity(String, String, String) - Method in class com.azure.data.tables.TableClient
deletes the entity with the given partition key and row key
deleteEntity(String, String, String, Duration) - Method in class com.azure.data.tables.TableClient
deletes the given entity
deleteEntityWithResponse(String, String, String) - Method in class com.azure.data.tables.TableAsyncClient
deletes the given entity
deleteEntityWithResponse(String, String, String, Duration, Context) - Method in class com.azure.data.tables.TableClient
deletes the given entity
deleteTable(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
deletes the given table.
deleteTable(String) - Method in class com.azure.data.tables.TableServiceClient
deletes the given table.
deleteTableWithResponse(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
deletes the given table.
deleteTableWithResponse(String, Context) - Method in class com.azure.data.tables.TableServiceClient
deletes the given table.
deleteWithResponse() - Method in class com.azure.data.tables.TableAsyncClient
deletes the table with the name of this client
deleteWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableClient
deletes the table with the name of this client

E

endpoint(String) - Method in class com.azure.data.tables.TableClientBuilder
Sets the endpoint for the Azure Storage Table instance that the client will interact with.
endpoint(String) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the table service endpoint
ENTITY_ALREADY_EXISTS - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value ResourceAlreadyExists for TableErrorCode.
ENTITY_NOT_FOUND - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value ResourceNotFound for TableErrorCode.

F

fromString(String) - Static method in class com.azure.data.tables.models.TableErrorCode
returns an error code from a string

G

getAccountName() - Method in class com.azure.data.tables.TableAsyncClient
returns the account for this table
getAccountName() - Method in class com.azure.data.tables.TableClient
returns the account for this table
getAccountName() - Method in class com.azure.data.tables.TableServiceAsyncClient
returns the account for this service
getAccountName() - Method in class com.azure.data.tables.TableServiceClient
returns the account for this service
getApiVersion() - Method in class com.azure.data.tables.TableAsyncClient
returns the version
getApiVersion() - Method in class com.azure.data.tables.TableClient
returns the version
getApiVersion() - Method in class com.azure.data.tables.TableServiceAsyncClient
returns the version
getApiVersion() - Method in class com.azure.data.tables.TableServiceClient
returns the version
getEntity(String, String) - Method in class com.azure.data.tables.TableAsyncClient
gets the entity which fits the given criteria
getEntity(String, String) - Method in class com.azure.data.tables.TableClient
gets the entity which fits the given criteria
getEntityWithResponse(String, String) - Method in class com.azure.data.tables.TableAsyncClient
gets the entity which fits the given criteria
getEntityWithResponse(String, String, Context) - Method in class com.azure.data.tables.TableClient
gets the entity which fits the given criteria
getErrorCode() - Method in exception com.azure.data.tables.models.TableStorageException
 
getETag() - Method in class com.azure.data.tables.models.TableEntity
gets the etag
getFilter() - Method in class com.azure.data.tables.models.ListEntitiesOptions
Get the filter property: OData filter expression.
getFilter() - Method in class com.azure.data.tables.models.ListTablesOptions
Get the filter property: OData filter expression.
getLatest() - Static method in enum com.azure.data.tables.TablesServiceVersion
Gets the latest service version supported by this client library
getName() - Method in class com.azure.data.tables.models.TableItem
returns the name of this table
getPartitionKey() - Method in class com.azure.data.tables.models.TableEntity
gets the partition key
getProperties() - Method in class com.azure.data.tables.models.TableEntity
Gets the map of properties
getRowKey() - Method in class com.azure.data.tables.models.TableEntity
gets the row key
getSelect() - Method in class com.azure.data.tables.models.ListEntitiesOptions
Get the select property: Select expression using OData notation.
getServiceMessage() - Method in exception com.azure.data.tables.models.TableStorageException
 
getServiceUrl() - Method in class com.azure.data.tables.TableServiceAsyncClient
returns Url of this service
getServiceUrl() - Method in class com.azure.data.tables.TableServiceClient
returns Url of this service
getStatusCode() - Method in exception com.azure.data.tables.models.TableStorageException
 
getTableClient(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
retrieves the async table client for the provided table or creates one if it doesn't exist
getTableClient(String) - Method in class com.azure.data.tables.TableServiceClient
gets the Table Client for the given table
getTableName() - Method in class com.azure.data.tables.TableAsyncClient
returns the table name associated with the client
getTableName() - Method in class com.azure.data.tables.TableClient
returns the table name associated with the client*
getTableUrl() - Method in class com.azure.data.tables.TableAsyncClient
returns Url of this table
getTableUrl() - Method in class com.azure.data.tables.TableClient
returns Url of this table
getTimestamp() - Method in class com.azure.data.tables.models.TableEntity
gets the Timestamp
getToken(TokenRequestContext) - Method in class com.azure.data.tables.TablesSharedKeyCredential
 
getTop() - Method in class com.azure.data.tables.models.ListEntitiesOptions
Get the top property: Maximum number of records to return.
getTop() - Method in class com.azure.data.tables.models.ListTablesOptions
Get the top property: Maximum number of records to return.
getVersion() - Method in enum com.azure.data.tables.TablesServiceVersion

H

httpClient(HttpClient) - Method in class com.azure.data.tables.TableClientBuilder
Sets the HTTP client 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 a receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.data.tables.TableClientBuilder
Sets the logging configuration for HTTP requests and responses.
httpLogOptions(HttpLogOptions) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the HttpLogOptions for service requests.

I

INVALID_PK_OR_RK_NAME - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value InvalidResourceName for TableErrorCode.
INVALID_TABLE_NAME - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value InvalidResourceName for TableErrorCode.

L

listEntities() - Method in class com.azure.data.tables.TableAsyncClient
Queries and returns all entities in the given table
listEntities(ListEntitiesOptions) - Method in class com.azure.data.tables.TableAsyncClient
Queries and returns entities in the given table using the odata query options
listEntities() - Method in class com.azure.data.tables.TableClient
Queries and returns all entities in the given table
listEntities(ListEntitiesOptions) - Method in class com.azure.data.tables.TableClient
Queries and returns entities in the given table using the odata QueryOptions
listEntities(ListEntitiesOptions, Duration) - Method in class com.azure.data.tables.TableClient
Queries and returns entities in the given table using the odata QueryOptions
ListEntitiesOptions - Class in com.azure.data.tables.models
helps construct a query
ListEntitiesOptions() - Constructor for class com.azure.data.tables.models.ListEntitiesOptions
 
listTables() - Method in class com.azure.data.tables.TableServiceAsyncClient
query all the tables under the storage account
listTables(ListTablesOptions) - Method in class com.azure.data.tables.TableServiceAsyncClient
query all the tables under the storage account and return the tables that fit the query options
listTables() - Method in class com.azure.data.tables.TableServiceClient
query all the tables under the storage account
listTables(ListTablesOptions) - Method in class com.azure.data.tables.TableServiceClient
query all the tables under the storage account given the query options and returns the ones that fit the criteria
ListTablesOptions - Class in com.azure.data.tables.models
helps construct a query
ListTablesOptions() - Constructor for class com.azure.data.tables.models.ListTablesOptions
 

P

pipeline(HttpPipeline) - Method in class com.azure.data.tables.TableClientBuilder
Sets the HTTP pipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the HTTP pipeline to use for the service client.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.data.tables.TablesSharedKeyCredentialPolicy
creates an Http response

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
Set the filter property: OData filter expression.
setFilter(String) - Method in class com.azure.data.tables.models.ListTablesOptions
Set the filter property: OData filter expression.
setSelect(String) - Method in class com.azure.data.tables.models.ListEntitiesOptions
Set the select property: Select expression using OData notation.
setTop(Integer) - Method in class com.azure.data.tables.models.ListEntitiesOptions
Set the top property: Maximum number of records to return.
setTop(Integer) - Method in class com.azure.data.tables.models.ListTablesOptions
Set the top property: Maximum number of records to return.

T

TABLE_ALREADY_EXISTS - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value ResourceAlreadyExists for TableErrorCode.
TABLE_NOT_FOUND - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value ResourceNotFound for TableErrorCode.
TableAsyncClient - Class in com.azure.data.tables
class for the table async client
TableClient - Class in com.azure.data.tables
sync client for table operations
TableClientBuilder - Class in com.azure.data.tables
builds table client
TableEntity - Class in com.azure.data.tables.models
table entity class
TableEntity(String, String) - Constructor for class com.azure.data.tables.models.TableEntity
Create a new instance.
TableErrorCode - Class in com.azure.data.tables.models
Defines values for TableErrorCode.
TableErrorCode() - Constructor for class com.azure.data.tables.models.TableErrorCode
 
TableItem - Class in com.azure.data.tables.models
class for a table object
tableName(String) - Method in class com.azure.data.tables.TableClientBuilder
Sets the table name to help build the client
TableServiceAsyncClient - Class in com.azure.data.tables
async client for account operations
TableServiceClient - Class in com.azure.data.tables
client for table service
TableServiceClientBuilder - Class in com.azure.data.tables
builds the table service clients
TableServiceClientBuilder() - Constructor for class com.azure.data.tables.TableServiceClientBuilder
constructor
TablesServiceVersion - Enum in com.azure.data.tables
The versions of Azure Storage Tables supported by this client library.
TablesSharedKeyCredential - Class in com.azure.data.tables
A Class which helps generate the shared key credentials for a given storage account to create a Http requests to access Azure Tables
TablesSharedKeyCredential(String, String) - Constructor for class com.azure.data.tables.TablesSharedKeyCredential
Constructor for TableSharedKeyCredential Class
TablesSharedKeyCredentialPolicy - Class in com.azure.data.tables
This class helps authenticate an Http request for the Tables service
TablesSharedKeyCredentialPolicy(TablesSharedKeyCredential) - Constructor for class com.azure.data.tables.TablesSharedKeyCredentialPolicy
constructor for the TablesSharedKeyCredentialPolicy class
TableStorageException - Exception in com.azure.data.tables.models
exceptions for the Tables SDK
TableStorageException(String, HttpResponse, Object) - Constructor for exception com.azure.data.tables.models.TableStorageException
Constructs a BlobStorageException.

U

updateEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
if UpdateMode is MERGE, merges or fails if the entity doesn't exist.
updateEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
updates the entity
updateEntity(TableEntity, boolean, UpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
if UpdateMode is MERGE, merges or fails if the entity doesn't exist.
updateEntity(TableEntity) - Method in class com.azure.data.tables.TableClient
if UpdateMode is MERGE, merges or fails if the entity doesn't exist.
updateEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableClient
if UpdateMode is MERGE, merges or fails if the entity doesn't exist.
updateEntity(TableEntity, boolean, UpdateMode) - Method in class com.azure.data.tables.TableClient
if UpdateMode is MERGE, merges or fails if the entity doesn't exist.
updateEntity(TableEntity, boolean, UpdateMode, Duration) - Method in class com.azure.data.tables.TableClient
if UpdateMode is MERGE, merges or fails if the entity doesn't exist.
updateEntityWithResponse(TableEntity, boolean, UpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
if UpdateMode is MERGE, merges or fails if the entity doesn't exist.
updateEntityWithResponse(TableEntity, boolean, UpdateMode, Duration, Context) - Method in class com.azure.data.tables.TableClient
if UpdateMode is MERGE, merges or fails if the entity doesn't exist.
UpdateMode - Enum in com.azure.data.tables.models
update type for update and upsert methods
upsertEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
based on Mode it either inserts or merges if exists or inserts or merges if exists
upsertEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
based on Mode it either inserts or merges if exists or inserts or merges if exists
upsertEntity(TableEntity) - Method in class com.azure.data.tables.TableClient
based on Mode it either inserts or merges if exists or inserts or merges if exists
upsertEntity(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableClient
based on Mode it either inserts or merges if exists or inserts or merges if exists
upsertEntity(TableEntity, UpdateMode, Duration) - Method in class com.azure.data.tables.TableClient
based on Mode it either inserts or merges if exists or inserts or merges if exists
upsertEntityWithResponse(TableEntity, UpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
based on Mode it either inserts or merges if exists or inserts or merges if exists
upsertEntityWithResponse(TableEntity, UpdateMode, Duration, Context) - Method in class com.azure.data.tables.TableClient
based on Mode it either inserts or merges if exists or inserts or merges if exists

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 © 2020 Microsoft Corporation. All rights reserved.