Index

A B C D E F G H I J K L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form

A

ACCOUNT_IOPS_LIMIT_EXCEEDED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value AccountIOPSLimitExceeded.
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.
addProperty(String, Object) - Method in class com.azure.data.tables.models.TableEntity
Adds a single property to the entity's properties map.
ATOM_FORMAT_NOT_SUPPORTED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value AtomFormatNotSupported.
AUTHORIZATION_PERMISSION_MISMATCH - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value AuthorizationPermissionMismatch.
AUTHORIZATION_RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value AuthorizationResourceTypeMismatch.

B

BOOTSTRAP - Static variable in class com.azure.data.tables.models.TableServiceGeoReplicationStatus
Static value 'bootstrap' for TableServiceGeoReplicationStatus.
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

CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable.
clientOptions(ClientOptions) - Method in class com.azure.data.tables.TableClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
clientOptions(ClientOptions) - Method in class com.azure.data.tables.TableServiceClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
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.
com.azure.data.tables.sas - package com.azure.data.tables.sas
Package containing SAS (shared access signature) classes used by Azure Tables.
COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value CommandsInBatchActOnDifferentPartitions.
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.
CONTENT_LENGTH_EXCEEDED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value ContentLengthExceeded.
CREATE - Enum constant in enum com.azure.data.tables.models.TableTransactionActionType
Add the entity to 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.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() - Method in class com.azure.data.tables.TableAsyncClient
Creates the table within the Tables service.
createTable() - Method in class com.azure.data.tables.TableClient
Creates the table within the Tables service.
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.
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.
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() - Method in class com.azure.data.tables.TableAsyncClient
Creates the table within the Tables service.
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.
createTableWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableClient
Creates the table within the Tables service.
credential(AzureNamedKeyCredential) - Method in class com.azure.data.tables.TableClientBuilder
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
credential(AzureNamedKeyCredential) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
credential(AzureSasCredential) - Method in class com.azure.data.tables.TableClientBuilder
Sets the AzureSasCredential 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(TokenCredential) - Method in class com.azure.data.tables.TableClientBuilder
Sets the TokenCredential 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 - Enum constant in enum com.azure.data.tables.models.TableTransactionActionType
Delete the entity.
deleteEntity(TableEntity) - Method in class com.azure.data.tables.TableAsyncClient
Deletes an entity from the table.
deleteEntity(TableEntity) - Method in class com.azure.data.tables.TableClient
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) - Method in class com.azure.data.tables.TableClient
Deletes an entity from the table.
deleteEntityWithResponse(TableEntity, boolean) - Method in class com.azure.data.tables.TableAsyncClient
Deletes an entity from the table.
deleteEntityWithResponse(TableEntity, boolean, Duration, Context) - Method in class com.azure.data.tables.TableClient
Deletes an entity from the table.
deleteTable() - Method in class com.azure.data.tables.TableAsyncClient
Deletes the table within the Tables service.
deleteTable() - Method in class com.azure.data.tables.TableClient
Deletes the table within the Tables service.
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.
deleteTableWithResponse() - Method in class com.azure.data.tables.TableAsyncClient
Deletes the 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.
deleteTableWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableClient
Deletes the table within the Tables service.
DUPLICATE_KEY_PROPERTY_SPECIFIED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value DuplicateKeyPropertySpecified.
DUPLICATE_PROPERTIES_SPECIFIED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value DuplicatePropertiesSpecified.

E

enableTenantDiscovery() - Method in class com.azure.data.tables.TableClientBuilder
Enable tenant discovery when authenticating with the Table Service.
enableTenantDiscovery() - Method in class com.azure.data.tables.TableServiceClientBuilder
Enable tenant discovery when authenticating with the Table Service.
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.
ENTITY_TOO_LARGE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value EntityTooLarge.

F

FORBIDDEN - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value Forbidden.
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.
fromString(String) - Static method in class com.azure.data.tables.models.TableServiceGeoReplicationStatus
Creates or finds a TableServiceGeoReplicationStatus from its string representation.

G

generateAccountSas(TableAccountSasSignatureValues) - Method in class com.azure.data.tables.TableServiceAsyncClient
Generates an account SAS for the Azure Storage account using the specified TableAccountSasSignatureValues.
generateAccountSas(TableAccountSasSignatureValues) - Method in class com.azure.data.tables.TableServiceClient
Generates an account SAS for the Azure Storage account using the specified TableAccountSasSignatureValues.
generateSas(TableSasSignatureValues) - Method in class com.azure.data.tables.TableAsyncClient
Generates a service SAS for the table using the specified TableSasSignatureValues.
generateSas(TableSasSignatureValues) - Method in class com.azure.data.tables.TableClient
Generates a service SAS for the table using the specified TableSasSignatureValues.
getAccessPolicies() - Method in class com.azure.data.tables.TableAsyncClient
Retrieves details about any stored access policies specified on the table that may be used with Shared Access Signatures.
getAccessPolicies() - Method in class com.azure.data.tables.TableClient
Retrieves details about any stored access policies specified on the table that may be used with Shared Access Signatures.
getAccessPoliciesWithResponse() - Method in class com.azure.data.tables.TableAsyncClient
Retrieves details about any stored access policies specified on the table that may be used with Shared Access Signatures.
getAccessPoliciesWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableClient
Retrieves details about any stored access policies specified on the table that may be used with Shared Access Signatures.
getAccessPolicy() - Method in class com.azure.data.tables.models.TableSignedIdentifier
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.
getActionType() - Method in class com.azure.data.tables.models.TableTransactionAction
Get the operation type to be applied to the entity.
getAllowedHeaders() - Method in class com.azure.data.tables.models.TableServiceCorsRule
Get the request headers that the origin domain may specify on the CORS request.
getAllowedMethods() - Method in class com.azure.data.tables.models.TableServiceCorsRule
Get the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
getAllowedOrigins() - Method in class com.azure.data.tables.models.TableServiceCorsRule
Get the origin domains that are permitted to make a request against the service via CORS.
getAnalyticsVersion() - Method in class com.azure.data.tables.models.TableServiceLogging
Get the version of Analytics to configure.
getCorsRules() - Method in class com.azure.data.tables.models.TableServiceProperties
Get the CORS rules.
getCredential() - Method in class com.azure.data.tables.TableAzureNamedKeyCredentialPolicy
Get the AzureNamedKeyCredential linked to the policy.
getDaysToRetain() - Method in class com.azure.data.tables.models.TableServiceRetentionPolicy
Get the number of days that metrics or logging or soft-deleted data should be retained.
getEndPartitionKey() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Get the maximum partition key accessible with this shared access signature.
getEndRowKey() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Get the maximum row key accessible with this shared access signature.
getEntity() - Method in class com.azure.data.tables.models.TableTransactionAction
Get the table entity to which the actionType will be applied.
getEntity(String, String) - 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.
getEntityWithResponse(String, String, List<String>) - Method in class com.azure.data.tables.TableAsyncClient
Gets a single entity from the table.
getEntityWithResponse(String, String, List<String>, Duration, Context) - Method in class com.azure.data.tables.TableClient
Gets a single entity from the table.
getErrorCode() - Method in class com.azure.data.tables.models.TableServiceError
Get the service error code.
getErrorMessage() - Method in class com.azure.data.tables.models.TableServiceError
Get the error message.
getETag() - Method in class com.azure.data.tables.models.TableEntity
Gets the entity's eTag.
getExpiresOn() - Method in class com.azure.data.tables.models.TableAccessPolicy
Get the date-time the policy expires.
getExpiryTime() - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Get The time after which the SAS will no longer work.
getExpiryTime() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
 
getExposedHeaders() - Method in class com.azure.data.tables.models.TableServiceCorsRule
Get the response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
getFailedTransactionActionIndex() - Method in exception com.azure.data.tables.models.TableTransactionFailedException
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.
getGeoReplication() - Method in class com.azure.data.tables.models.TableServiceStatistics
Get Geo-Replication information for the Secondary Storage Service.
getHeaders() - Method in class com.azure.data.tables.models.TableTransactionActionResponse
Gets the headers from the HTTP sub-response.
getHourMetrics() - Method in class com.azure.data.tables.models.TableServiceProperties
Get settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.
getId() - Method in class com.azure.data.tables.models.TableSignedIdentifier
Get the unique id.
getIdentifier() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
 
getIdentifiers() - Method in class com.azure.data.tables.models.TableAccessPolicies
 
getIfUnchanged() - Method in class com.azure.data.tables.models.TableTransactionAction
Get the ifUnchanged value of this action.
getIpMax() - Method in class com.azure.data.tables.sas.TableSasIpRange
 
getIpMin() - Method in class com.azure.data.tables.sas.TableSasIpRange
 
getLastSyncTime() - Method in class com.azure.data.tables.models.TableServiceGeoReplication
Get a GMT date/time value, to the second.
getLatest() - Static method in enum com.azure.data.tables.TableServiceVersion
Gets the latest REST API version supported by this client library.
getLogging() - Method in class com.azure.data.tables.models.TableServiceProperties
getMaxAgeInSeconds() - Method in class com.azure.data.tables.models.TableServiceCorsRule
Get the maximum amount time that a browser should cache the preflight OPTIONS request.
getMinuteMetrics() - Method in class com.azure.data.tables.models.TableServiceProperties
Get settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
getName() - Method in class com.azure.data.tables.models.TableItem
Gets the name of the table.
getPartitionKey() - Method in class com.azure.data.tables.models.TableEntity
Gets the entity's partition key.
getPermissions() - Method in class com.azure.data.tables.models.TableAccessPolicy
Get the permissions for the acl policy.
getPermissions() - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Gets the operations the SAS user may perform.
getPermissions() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
 
getProperties() - Method in class com.azure.data.tables.models.TableEntity
Gets the map of the entity's properties.
getProperties() - Method in class com.azure.data.tables.TableServiceAsyncClient
Gets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
getProperties() - Method in class com.azure.data.tables.TableServiceClient
Gets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
getPropertiesWithResponse() - Method in class com.azure.data.tables.TableServiceAsyncClient
Gets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableServiceClient
Gets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
getProperty(String) - Method in class com.azure.data.tables.models.TableEntity
Gets a single property from the entity's properties map.
getProtocol() - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Get the TableSasProtocol which determines the HTTP protocol that will be used.
getProtocol() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
 
getRequest() - Method in class com.azure.data.tables.models.TableTransactionActionResponse
Gets the sub-request which resulted in this TableTransactionActionResponse.
getResourceTypes() - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Get the resource types accessible with this SAS.
getRetentionPolicy() - Method in class com.azure.data.tables.models.TableServiceLogging
Get the RetentionPolicy.
getRowKey() - Method in class com.azure.data.tables.models.TableEntity
Gets the entity's row key.
getSasIpRange() - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Get the TableSasIpRange which determines the IP ranges that are allowed to use the SAS.
getSasIpRange() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
 
getSelect() - Method in class com.azure.data.tables.models.ListEntitiesOptions
Gets a list of properties to select on each entity.
getServiceEndpoint() - Method in class com.azure.data.tables.TableServiceAsyncClient
Gets the endpoint for the Tables service.
getServiceEndpoint() - Method in class com.azure.data.tables.TableServiceClient
Gets the endpoint for the Tables service.
getServices() - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Get the services accessible with this SAS.
getServiceVersion() - Method in class com.azure.data.tables.TableAsyncClient
Gets the REST API version used by this client.
getServiceVersion() - Method in class com.azure.data.tables.TableClient
Gets the REST API version used by this client.
getServiceVersion() - Method in class com.azure.data.tables.TableServiceAsyncClient
Gets the REST API version used by this client.
getServiceVersion() - Method in class com.azure.data.tables.TableServiceClient
Gets the REST API version used by this client.
getStartPartitionKey() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Get the minimum partition key accessible with this shared access signature.
getStartRowKey() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Get the minimum row key accessible with this shared access signature.
getStartsOn() - Method in class com.azure.data.tables.models.TableAccessPolicy
Get the date-time the policy is active.
getStartTime() - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Get when the SAS will take effect.
getStartTime() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
 
getStatistics() - Method in class com.azure.data.tables.TableServiceAsyncClient
Retrieves statistics related to replication for the account's Table service.
getStatistics() - Method in class com.azure.data.tables.TableServiceClient
Retrieves statistics related to replication for the account's Table service.
getStatisticsWithResponse() - Method in class com.azure.data.tables.TableServiceAsyncClient
Retrieves statistics related to replication for the account's Table service.
getStatisticsWithResponse(Duration, Context) - Method in class com.azure.data.tables.TableServiceClient
Retrieves statistics related to replication for the account's Table service.
getStatus() - Method in class com.azure.data.tables.models.TableServiceGeoReplication
Get the status of the secondary location.
getStatusCode() - Method in class com.azure.data.tables.models.TableTransactionActionResponse
Gets the HTTP sub-response status code.
getTableClient(String) - Method in class com.azure.data.tables.TableServiceAsyncClient
Gets a TableAsyncClient instance for the table in the account with the provided tableName.
getTableClient(String) - Method in class com.azure.data.tables.TableServiceClient
Gets a TableClient instance for the table in the account with the provided tableName.
getTableEndpoint() - Method in class com.azure.data.tables.TableAsyncClient
Gets the endpoint for this table.
getTableEndpoint() - Method in class com.azure.data.tables.TableClient
Gets the endpoint for this table.
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.
getTableServiceRetentionPolicy() - Method in class com.azure.data.tables.models.TableServiceMetrics
Get the TableServiceRetentionPolicy for these metrics on the Table service.
getTableTransactionActionResponseByRowKey(String) - Method in class com.azure.data.tables.models.TableTransactionResult
Obtain the corresponding sub-response for a given rowKey.
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.
getTransactionActionResponses() - Method in class com.azure.data.tables.models.TableTransactionResult
Get all the sub-responses obtained from the submit transaction operation.
getValue() - Method in exception com.azure.data.tables.models.TableServiceException
 
getValue() - Method in class com.azure.data.tables.models.TableTransactionActionResponse
Gets the deserialized value of the HTTP sub-response, if present.
getVersion() - Method in class com.azure.data.tables.models.TableServiceMetrics
Get the version of Analytics to configure.
getVersion() - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Get the service version that is targeted, if null or empty the latest service version targeted by the library will be used.
getVersion() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
 
getVersion() - Method in enum com.azure.data.tables.TableServiceVersion
Gets the string representation of the ServiceVersion

H

hasAddPermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the add permission status.
hasAddPermission() - Method in class com.azure.data.tables.sas.TableSasPermission
Gets the add permission status.
hasBlobAccess() - Method in class com.azure.data.tables.sas.TableAccountSasService
 
hasCreatePermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the create permission status.
hasDeletePermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the delete permission status.
hasDeletePermission() - Method in class com.azure.data.tables.sas.TableSasPermission
Gets the delete permission status.
hasDeleteVersionPermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the delete version permission status.
hasFileAccess() - Method in class com.azure.data.tables.sas.TableAccountSasService
 
hasFilterTagsPermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
 
hasListPermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the list permission status.
hasProcessMessages() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the process messages permission.
hasQueueAccess() - Method in class com.azure.data.tables.sas.TableAccountSasService
 
hasReadPermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the read permission status.
hasReadPermission() - Method in class com.azure.data.tables.sas.TableSasPermission
Gets the read permissions status.
hasTableAccess() - Method in class com.azure.data.tables.sas.TableAccountSasService
 
hasTagsPermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
 
hasUpdatePermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the update permission status.
hasUpdatePermission() - Method in class com.azure.data.tables.sas.TableSasPermission
Gets the update permission status.
hasWritePermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Gets the write permission status.
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.
HTTPS_HTTP - Enum constant in enum com.azure.data.tables.sas.TableSasProtocol
Permission to use SAS only through https or http granted.
HTTPS_ONLY - Enum constant in enum com.azure.data.tables.sas.TableSasProtocol
Permission to use SAS only through https granted.

I

INVALID_DUPLICATE_ROW - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value InvalidDuplicateRow.
INVALID_INPUT - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value InvalidInput.
INVALID_VALUE_TYPE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value InvalidValueType.
isContainer() - Method in class com.azure.data.tables.sas.TableAccountSasResourceType
Gets the access status for container level APIs, this grants access to Blob Containers, Tables, Queues, and File Shares.
isDeleteLogged() - Method in class com.azure.data.tables.models.TableServiceLogging
Get a value that indicates whether all delete requests should be logged.
isEnabled() - Method in class com.azure.data.tables.models.TableServiceMetrics
Get a value that indicates whether metrics are enabled for the Table service.
isEnabled() - Method in class com.azure.data.tables.models.TableServiceRetentionPolicy
Get a value that indicates whether a retention policy is enabled for the Table service.
isIncludeApis() - Method in class com.azure.data.tables.models.TableServiceMetrics
Get a value that indicates whether metrics should generate summary statistics for called API operations.
isObject() - Method in class com.azure.data.tables.sas.TableAccountSasResourceType
Get the access status for object level APIs, this grants access to Blobs, Table Entities, Queue Messages, Files.
isReadLogged() - Method in class com.azure.data.tables.models.TableServiceLogging
Get a value that indicates whether all read requests should be logged.
isService() - Method in class com.azure.data.tables.sas.TableAccountSasResourceType
Get the access status for service level APIs.
isWriteLogged() - Method in class com.azure.data.tables.models.TableServiceLogging
Get a value that indicates whether all write requests should be logged.

J

JSON_FORMAT_NOT_SUPPORTED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value JsonFormatNotSupported.
JSON_VERBOSE_FORMAT_NOT_SUPPORTED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value JsonVerboseFormatNotSupported.

K

KEY_VALUE_TOO_LARGE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value KeyValueTooLarge.

L

listEntities() - Method in class com.azure.data.tables.TableAsyncClient
Lists all entities within the table.
listEntities() - Method in class com.azure.data.tables.TableClient
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(ListEntitiesOptions, Duration, Context) - 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() - Method in class com.azure.data.tables.TableServiceClient
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(ListTablesOptions, Duration, Context) - Method in class com.azure.data.tables.TableServiceClient
If the filter parameter in the options is set, only tables matching the filter will be returned.
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
 
LIVE - Static variable in class com.azure.data.tables.models.TableServiceGeoReplicationStatus
Static value 'live' for TableServiceGeoReplicationStatus.

M

MEDIA_TYPE_NOT_SUPPORTED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value MediaTypeNotSupported.
MERGE - Enum constant in enum com.azure.data.tables.models.TableEntityUpdateMode
The provided entity's properties will be merged into the existing entity.
METHOD_NOT_ALLOWED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value MethodNotAllowed.

N

NOT_IMPLEMENTED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value NotImplemented.

O

OPERATION_TIMED_OUT - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value OperationTimedOut.
OPERATOR_INVALID - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value OperatorInvalid.
OUT_OF_RANGE_INPUT - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value OutOfRangeInput.

P

parse(String) - Static method in class com.azure.data.tables.sas.TableAccountSasPermission
Creates an TableAccountSasPermission from the specified permissions string.
parse(String) - Static method in class com.azure.data.tables.sas.TableAccountSasResourceType
Creates an TableAccountSasResourceType from the specified resource types string.
parse(String) - Static method in class com.azure.data.tables.sas.TableAccountSasService
Creates an TableAccountSasService from the specified services string.
parse(String) - Static method in class com.azure.data.tables.sas.TableSasIpRange
Creates a TableSasIpRange from the specified string.
parse(String) - Static method in class com.azure.data.tables.sas.TableSasPermission
Creates a TableSasPermission from the specified permissions string.
parse(String) - Static method in enum com.azure.data.tables.sas.TableSasProtocol
Parses a String into a TableSasProtocol value if possible.
PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PartitionKeyEqualityComparisonExpected.
PARTITION_KEY_NOT_SPECIFIED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PartitionKeyNotSpecified.
PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PartitionKeyPropertyCannotBeUpdated.
PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PartitionKeySpecifiedMoreThanOnce.
PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PerTableIOPSDecrementLimitReached.
PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PerTableIOPSIncrementLimitReached.
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.
PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PrimaryKeyPropertyIsInvalidType.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.data.tables.TableAzureNamedKeyCredentialPolicy
Authorizes a HttpRequest with the SharedKey credential.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.data.tables.TableScrubEtagPolicy
Wraps any potential error responses from the service and applies post processing of the response's eTag header to standardize the value.
PROPERTIES_NEED_VALUE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PropertiesNeedValue.
PROPERTY_NAME_INVALID - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PropertyNameInvalid.
PROPERTY_NAME_TOO_LONG - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PropertyNameTooLong.
PROPERTY_VALUE_TOO_LARGE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value PropertyValueTooLarge.

R

REPLACE - Enum constant in enum com.azure.data.tables.models.TableEntityUpdateMode
The provided entity's properties will completely replace those in the existing entity.
RESOURCE_NOT_FOUND - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value TableNotFound.
retryOptions(RetryOptions) - Method in class com.azure.data.tables.TableClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RetryOptions) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryPolicy(RetryPolicy) - Method in class com.azure.data.tables.TableClientBuilder
Sets the request RetryPolicy for all the requests made through the client.
retryPolicy(RetryPolicy) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the request RetryPolicy 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(TableServiceVersion) - Method in class com.azure.data.tables.TableClientBuilder
Sets the service version that is used when making API requests.
serviceVersion(TableServiceVersion) - Method in class com.azure.data.tables.TableServiceClientBuilder
Sets the service version that is used when making API requests.
setAccessPolicies(List<TableSignedIdentifier>) - Method in class com.azure.data.tables.TableAsyncClient
Sets stored access policies for the table that may be used with Shared Access Signatures.
setAccessPolicies(List<TableSignedIdentifier>) - Method in class com.azure.data.tables.TableClient
Sets stored access policies for the table that may be used with Shared Access Signatures.
setAccessPoliciesWithResponse(List<TableSignedIdentifier>) - Method in class com.azure.data.tables.TableAsyncClient
Sets stored access policies for the table that may be used with Shared Access Signatures.
setAccessPoliciesWithResponse(List<TableSignedIdentifier>, Duration, Context) - Method in class com.azure.data.tables.TableClient
Sets stored access policies for the table that may be used with Shared Access Signatures.
setAccessPolicy(TableAccessPolicy) - Method in class com.azure.data.tables.models.TableSignedIdentifier
setAddPermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the add permission status.
setAddPermission(boolean) - Method in class com.azure.data.tables.sas.TableSasPermission
Sets the add permission status.
setAllowedHeaders(String) - Method in class com.azure.data.tables.models.TableServiceCorsRule
Set the request headers that the origin domain may specify on the CORS request.
setAllowedMethods(String) - Method in class com.azure.data.tables.models.TableServiceCorsRule
Set the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
setAllowedOrigins(String) - Method in class com.azure.data.tables.models.TableServiceCorsRule
Set the allowedOrigins property: The origin domains that are permitted to make a request against the service via CORS.
setAnalyticsVersion(String) - Method in class com.azure.data.tables.models.TableServiceLogging
Set the version of Analytics to configure.
setBlobAccess(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasService
Sets the access status for blob resources.
setContainer(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasResourceType
Sets the access status for container level APIs, this grants access to Blob Containers, Tables, Queues, and File Shares.
setCorsRules(List<TableServiceCorsRule>) - Method in class com.azure.data.tables.models.TableServiceProperties
Set the CORS rules.
setCreatePermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the create permission status.
setDaysToRetain(Integer) - Method in class com.azure.data.tables.models.TableServiceRetentionPolicy
Set the number of daysToRetain that metrics or logging or soft-deleted data should be retained.
setDeleteLogged(boolean) - Method in class com.azure.data.tables.models.TableServiceLogging
Set a value that indicates whether all delete requests should be logged.
setDeletePermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the delete permission status.
setDeletePermission(boolean) - Method in class com.azure.data.tables.sas.TableSasPermission
Sets the process permission status.
setDeleteVersionPermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the delete version permission status.
setEnabled(boolean) - Method in class com.azure.data.tables.models.TableServiceMetrics
Set a value that indicates whether metrics are enabled for the Table service.
setEnabled(boolean) - Method in class com.azure.data.tables.models.TableServiceRetentionPolicy
Set a value that indicates whether a retention policy is enabled for the Table service.
setEndPartitionKey(String) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Set the maximum partition key accessible with this shared access signature.
setEndRowKey(String) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Set the maximum row key accessible with this shared access signature.
setExpiresOn(OffsetDateTime) - Method in class com.azure.data.tables.models.TableAccessPolicy
Set the date-time the policy expires.
setExpiryTime(OffsetDateTime) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Sets the time after which the SAS will no longer work.
setExposedHeaders(String) - Method in class com.azure.data.tables.models.TableServiceCorsRule
Set the response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
setFileAccess(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasService
Sets the access status for file resources.
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.
setFilterTagsPermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the filter tags permission status.
setHourMetrics(TableServiceMetrics) - Method in class com.azure.data.tables.models.TableServiceProperties
Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.
setIdentifier(String) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Sets the name of the access policy on the table this SAS references if any.
setIncludeApis(Boolean) - Method in class com.azure.data.tables.models.TableServiceMetrics
Set a value that indicates whether metrics should generate summary statistics for called API operations.
setIpMax(String) - Method in class com.azure.data.tables.sas.TableSasIpRange
Sets the maximum IP address of the range.
setIpMin(String) - Method in class com.azure.data.tables.sas.TableSasIpRange
Sets the minimum IP address of the range.
setListPermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the list permission status.
setLogging(TableServiceLogging) - Method in class com.azure.data.tables.models.TableServiceProperties
setMaxAgeInSeconds(int) - Method in class com.azure.data.tables.models.TableServiceCorsRule
Set the maximum amount time that a browser should cache the preflight OPTIONS request.
setMinuteMetrics(TableServiceMetrics) - Method in class com.azure.data.tables.models.TableServiceProperties
Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
setObject(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasResourceType
Sets the access status for object level APIs, this grants access to Blobs, Table Entities, Queue Messages, Files.
setPermissions(TableSasPermission) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Sets the permissions string allowed by the SAS.
setPermissions(String) - Method in class com.azure.data.tables.models.TableAccessPolicy
Set the permissions for the acl policy.
setProcessMessages(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the process messages permission.
setProperties(TableServiceProperties) - Method in class com.azure.data.tables.TableServiceAsyncClient
Sets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
setProperties(TableServiceProperties) - Method in class com.azure.data.tables.TableServiceClient
Sets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
setProperties(Map<String, Object>) - Method in class com.azure.data.tables.models.TableEntity
Sets the contents of the provided map to the entity's properties map.
setPropertiesWithResponse(TableServiceProperties) - Method in class com.azure.data.tables.TableServiceAsyncClient
Sets the properties of an account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
setPropertiesWithResponse(TableServiceProperties, Duration, Context) - Method in class com.azure.data.tables.TableServiceClient
Sets the properties of an account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
setProtocol(TableSasProtocol) - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Sets the TableSasProtocol which determines the HTTP protocol that will be used.
setProtocol(TableSasProtocol) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Sets the TableSasProtocol which determines the protocols allowed by the SAS.
setQueueAccess(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasService
Sets the access status for queue resources.
setReadLogged(boolean) - Method in class com.azure.data.tables.models.TableServiceLogging
Set a value that indicates whether all read requests should be logged.
setReadPermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the read permission status.
setReadPermission(boolean) - Method in class com.azure.data.tables.sas.TableSasPermission
Sets the read permission status.
setRetentionPolicy(TableServiceRetentionPolicy) - Method in class com.azure.data.tables.models.TableServiceLogging
Set the RetentionPolicy.
setRetentionPolicy(TableServiceRetentionPolicy) - Method in class com.azure.data.tables.models.TableServiceMetrics
Set the TableServiceRetentionPolicy for these metrics on the Table service.
setSasIpRange(TableSasIpRange) - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Sets the TableSasIpRange which determines the IP ranges that are allowed to use the SAS.
setSasIpRange(TableSasIpRange) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Sets the TableSasIpRange which determines the IP ranges that are allowed to use the SAS.
setSelect(List<String>) - Method in class com.azure.data.tables.models.ListEntitiesOptions
Sets a list of properties to select on each entity.
setService(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasResourceType
Sets the access status for service level APIs.
setStartPartitionKey(String) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Set the minimum partition key accessible with this shared access signature.
setStartRowKey(String) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Set the minimum row key accessible with this shared access signature.
setStartsOn(OffsetDateTime) - Method in class com.azure.data.tables.models.TableAccessPolicy
Set the date-time the policy is active.
setStartTime(OffsetDateTime) - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Sets when the SAS will take effect.
setStartTime(OffsetDateTime) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Sets when the SAS will take effect.
setTableAccess(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasService
Sets the access status for table resources.
setTagsPermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the tags permission status.
SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value SettingIOPSForATableInProvisioningNotAllowed.
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.
setUpdatePermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the update permission status.
setUpdatePermission(boolean) - Method in class com.azure.data.tables.sas.TableSasPermission
Sets the update permission status.
setVersion(String) - Method in class com.azure.data.tables.models.TableServiceMetrics
Set the version of Analytics to configure.
setVersion(String) - Method in class com.azure.data.tables.sas.TableAccountSasSignatureValues
Sets the service version that is targeted.
setVersion(String) - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Sets the version of the service this SAS will target.
setWriteLogged(boolean) - Method in class com.azure.data.tables.models.TableServiceLogging
Set a value that indicates whether all writeLogged requests should be logged.
setWritePermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the write permission status.
submitTransaction(List<TableTransactionAction>) - Method in class com.azure.data.tables.TableAsyncClient
Executes all actions within the list inside a transaction.
submitTransaction(List<TableTransactionAction>) - Method in class com.azure.data.tables.TableClient
Executes all actions within the list inside a transaction.
submitTransactionWithResponse(List<TableTransactionAction>) - Method in class com.azure.data.tables.TableAsyncClient
Executes all actions within the list inside a transaction.
submitTransactionWithResponse(List<TableTransactionAction>, Duration, Context) - Method in class com.azure.data.tables.TableClient
Executes all actions within the list inside a transaction.

T

TABLE_ALREADY_EXISTS - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value TableAlreadyExists.
TABLE_BEING_DELETED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value TableBeingDeleted.
TABLE_HAS_NO_PROPERTIES - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value TableHasNoProperties.
TABLE_HAS_NO_SUCH_PROPERTY - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value TableHasNoSuchProperty.
TABLE_NOT_FOUND - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value TableNotFound.
TableAccessPolicies - Class in com.azure.data.tables.models
This class contains values which correlate to the access polices set for a specific table.
TableAccessPolicies(List<TableSignedIdentifier>) - Constructor for class com.azure.data.tables.models.TableAccessPolicies
Constructs a TableAccessPolicies.
TableAccessPolicy - Class in com.azure.data.tables.models
A table's access policy.
TableAccessPolicy() - Constructor for class com.azure.data.tables.models.TableAccessPolicy
 
TableAccountSasPermission - Class in com.azure.data.tables.sas
This is a helper class to construct a string representing the permissions granted by an Account SAS.
TableAccountSasPermission() - Constructor for class com.azure.data.tables.sas.TableAccountSasPermission
 
TableAccountSasResourceType - Class in com.azure.data.tables.sas
This is a helper class to construct a string representing the resources accessible by an Account SAS.
TableAccountSasResourceType() - Constructor for class com.azure.data.tables.sas.TableAccountSasResourceType
 
TableAccountSasService - Class in com.azure.data.tables.sas
This is a helper class to construct a string representing the services accessible by an Account SAS.
TableAccountSasService() - Constructor for class com.azure.data.tables.sas.TableAccountSasService
 
TableAccountSasSignatureValues - Class in com.azure.data.tables.sas
Used to initialize parameters for a Shared Access Signature (SAS) for an Azure Storage account.
TableAccountSasSignatureValues(OffsetDateTime, TableAccountSasPermission, TableAccountSasService, TableAccountSasResourceType) - Constructor for class com.azure.data.tables.sas.TableAccountSasSignatureValues
Initializes a new TableAccountSasSignatureValues object.
TableAsyncClient - Class in com.azure.data.tables
Provides an asynchronous service client for accessing a table in the Azure Tables service.
TableAzureNamedKeyCredentialPolicy - Class in com.azure.data.tables
Policy that adds the SharedKey into the request's Authorization header.
TableAzureNamedKeyCredentialPolicy(AzureNamedKeyCredential) - Constructor for class com.azure.data.tables.TableAzureNamedKeyCredentialPolicy
Creates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header.
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.
TableEntityUpdateMode - Enum in com.azure.data.tables.models
The type of update operation to perform on an existing entity within a table.
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.
TableSasIpRange - Class in com.azure.data.tables.sas
This type specifies a continuous range of IP addresses.
TableSasIpRange() - Constructor for class com.azure.data.tables.sas.TableSasIpRange
 
TableSasPermission - Class in com.azure.data.tables.sas
Constructs a string representing the permissions granted by an Azure Service SAS to a table.
TableSasPermission() - Constructor for class com.azure.data.tables.sas.TableSasPermission
 
TableSasProtocol - Enum in com.azure.data.tables.sas
Specifies the set of possible permissions for Shared Access Signature protocol.
TableSasSignatureValues - Class in com.azure.data.tables.sas
Used to initialize parameters for a Shared Access Signature (SAS) for the Azure Table Storage service.
TableSasSignatureValues(String) - Constructor for class com.azure.data.tables.sas.TableSasSignatureValues
Creates an object with the specified identifier.
TableSasSignatureValues(OffsetDateTime, TableSasPermission) - Constructor for class com.azure.data.tables.sas.TableSasSignatureValues
Creates an object with the specified expiry time and permissions.
TableScrubEtagPolicy - Class in com.azure.data.tables
Wraps any potential error responses from the service and applies post processing of the response's eTag header to standardize the value.
TableScrubEtagPolicy() - Constructor for class com.azure.data.tables.TableScrubEtagPolicy
 
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.
TableServiceCorsRule - Class in com.azure.data.tables.models
CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.
TableServiceCorsRule() - Constructor for class com.azure.data.tables.models.TableServiceCorsRule
 
TableServiceError - Class in com.azure.data.tables.models
A class that represents an error occurred in a Tables operation.
TableServiceError(String, String) - Constructor for class com.azure.data.tables.models.TableServiceError
Create an instance of TableServiceError.
TableServiceException - Exception in com.azure.data.tables.models
Exception thrown for an invalid response with TableServiceError information.
TableServiceException(String, HttpResponse) - Constructor for exception com.azure.data.tables.models.TableServiceException
Initializes a new instance of the TableServiceException class.
TableServiceException(String, HttpResponse, TableServiceError) - Constructor for exception com.azure.data.tables.models.TableServiceException
Initializes a new instance of the TableServiceException class.
TableServiceGeoReplication - Class in com.azure.data.tables.models
Geo-Replication information for the Secondary Storage Service.
TableServiceGeoReplication(TableServiceGeoReplicationStatus, OffsetDateTime) - Constructor for class com.azure.data.tables.models.TableServiceGeoReplication
Creates an instance of TableServiceGeoReplication.
TableServiceGeoReplicationStatus - Class in com.azure.data.tables.models
TableServiceGeoReplicationStatus() - Constructor for class com.azure.data.tables.models.TableServiceGeoReplicationStatus
 
TableServiceLogging - Class in com.azure.data.tables.models
A model representing configurable Azure Analytics Logging settings of the Table service.
TableServiceLogging() - Constructor for class com.azure.data.tables.models.TableServiceLogging
 
TableServiceMetrics - Class in com.azure.data.tables.models
A model representing configurable metrics settings of the Table service.
TableServiceMetrics() - Constructor for class com.azure.data.tables.models.TableServiceMetrics
 
TableServiceProperties - Class in com.azure.data.tables.models
A model representing configurable settings of the Table service.
TableServiceProperties() - Constructor for class com.azure.data.tables.models.TableServiceProperties
 
TableServiceRetentionPolicy - Class in com.azure.data.tables.models
The Table service retention policy.
TableServiceRetentionPolicy() - Constructor for class com.azure.data.tables.models.TableServiceRetentionPolicy
 
TableServiceStatistics - Class in com.azure.data.tables.models
A model representing Table service statistics.
TableServiceStatistics(TableServiceGeoReplication) - Constructor for class com.azure.data.tables.models.TableServiceStatistics
Creates an instance of TableServiceStatistics.
TableServiceVersion - Enum in com.azure.data.tables
The versions of Tables REST API supported by this client library.
TableSignedIdentifier - Class in com.azure.data.tables.models
A signed identifier.
TableSignedIdentifier(String) - Constructor for class com.azure.data.tables.models.TableSignedIdentifier
TableTransactionAction - Class in com.azure.data.tables.models
Defines an action to be included as part of a transactional operation.
TableTransactionAction(TableTransactionActionType, TableEntity) - Constructor for class com.azure.data.tables.models.TableTransactionAction
Initializes a new instance of the TableTransactionAction.
TableTransactionAction(TableTransactionActionType, TableEntity, boolean) - Constructor for class com.azure.data.tables.models.TableTransactionAction
Initializes a new instance of the TableTransactionAction.
TableTransactionActionResponse - Class in com.azure.data.tables.models
The response of a REST sub-request contained within the response of a transaction request.
TableTransactionActionType - Enum in com.azure.data.tables.models
The type of action to be executed on a TableEntity in a transactional operation.
TableTransactionFailedException - Exception in com.azure.data.tables.models
Exception thrown for an invalid response on a transactional operation with TableServiceError information.
TableTransactionFailedException(String, HttpResponse, TableServiceError, Integer) - Constructor for exception com.azure.data.tables.models.TableTransactionFailedException
Initializes a new instance of the TableTransactionFailedException class.
TableTransactionResult - Class in com.azure.data.tables.models
TableTransactionResult(List<TableTransactionAction>, List<TableTransactionActionResponse>) - Constructor for class com.azure.data.tables.models.TableTransactionResult
TOO_MANY_PROPERTIES - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value TooManyProperties.
toString() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Converts the given permissions to a String.
toString() - Method in class com.azure.data.tables.sas.TableAccountSasResourceType
Converts the given resource types to a String.
toString() - Method in class com.azure.data.tables.sas.TableAccountSasService
Converts the given services to a String.
toString() - Method in class com.azure.data.tables.sas.TableSasIpRange
Output the single IP address or range of IP addresses formatted as a String.
toString() - Method in class com.azure.data.tables.sas.TableSasPermission
Converts the given permissions to a String.
toString() - Method in enum com.azure.data.tables.sas.TableSasProtocol
 

U

UNAVAILABLE - Static variable in class com.azure.data.tables.models.TableServiceGeoReplicationStatus
Static value 'unavailable' for TableServiceGeoReplicationStatus.
UPDATE_CONDITION_NOT_SATISFIED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value UpdateConditionNotSatisfied.
UPDATE_MERGE - Enum constant in enum com.azure.data.tables.models.TableTransactionActionType
Update the entity in TableEntityUpdateMode.MERGE mode.
UPDATE_REPLACE - Enum constant in enum com.azure.data.tables.models.TableTransactionActionType
Update the entity in TableEntityUpdateMode.REPLACE 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) - Method in class com.azure.data.tables.TableClient
Updates an existing entity by merging the provided entity with the existing entity.
updateEntity(TableEntity, TableEntityUpdateMode) - Method in class com.azure.data.tables.TableAsyncClient
Updates an existing entity using the specified update mode.
updateEntity(TableEntity, TableEntityUpdateMode) - Method in class com.azure.data.tables.TableClient
Updates an existing entity using the specified update mode.
updateEntityWithResponse(TableEntity, TableEntityUpdateMode, boolean) - Method in class com.azure.data.tables.TableAsyncClient
Updates an existing entity using the specified update mode.
updateEntityWithResponse(TableEntity, TableEntityUpdateMode, boolean, Duration, Context) - Method in class com.azure.data.tables.TableClient
Updates an existing entity using the specified update mode.
UPSERT_MERGE - Enum constant in enum com.azure.data.tables.models.TableTransactionActionType
Upsert the entity in TableEntityUpdateMode.MERGE mode.
UPSERT_REPLACE - Enum constant in enum com.azure.data.tables.models.TableTransactionActionType
Upsert the entity in TableEntityUpdateMode.REPLACE mode.
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) - 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.
upsertEntityWithResponse(TableEntity, TableEntityUpdateMode) - 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, TableEntityUpdateMode, 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

V2019_02_02 - Enum constant in enum com.azure.data.tables.TableServiceVersion
API version 2019-02-02
V2020_12_06 - Enum constant in enum com.azure.data.tables.TableServiceVersion
API version 2020_12_06
valueOf(String) - Static method in enum com.azure.data.tables.models.TableEntityUpdateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.tables.models.TableTransactionActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.tables.sas.TableSasProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.tables.TableServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.data.tables.models.TableEntityUpdateMode
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.models.TableTransactionActionType
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.sas.TableSasProtocol
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.TableServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.

X

X_METHOD_INCORRECT_COUNT - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value XMethodIncorrectCount.
X_METHOD_INCORRECT_VALUE - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value XMethodIncorrectValue.
X_METHOD_NOT_USING_POST - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value XMethodNotUsingPost.
A B C D E F G H I J K L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form