- 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
- 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
- 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