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.
Authenticate a client - Search tag in Overview
Section
Authenticate a Client - Search tag in package com.azure.data.tables
Section
Authenticate the client - Search tag in Overview
Section
Authenticate with a connection string - Search tag in Overview
Section
Authenticate with a Shared Access Signature (SAS) - Search tag in Overview
Section
Authenticate with a Shared Key - Search tag in Overview
Section
Authenticate with a Token Credentials - Search tag in Overview
Section
Authenticating via Connection String - Search tag in class com.azure.data.tables.TableClientBuilder
Section
Authentication via Connection String - Search tag in class com.azure.data.tables.TableServiceClientBuilder
Section
Authentication via Shared Access Signature (SAS) - Search tag in class com.azure.data.tables.TableClientBuilder
Section
Authentication via Shared Access Signature (SAS) - Search tag in class com.azure.data.tables.TableServiceClientBuilder
Section
Authentication via Shared Key - Search tag in class com.azure.data.tables.TableClientBuilder
Section
Authentication via Shared Key - Search tag in class com.azure.data.tables.TableServiceClientBuilder
Section
Authentication via Token Credential - Search tag in class com.azure.data.tables.TableClientBuilder
Section
Authentication via Token Credential - Search tag in class com.azure.data.tables.TableServiceClientBuilder
Section
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.
Azure Tables client library for Java - Search tag in Overview
Section

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
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly scalable and cost-effective solution for storing structured data.
com.azure.data.tables.models - package com.azure.data.tables.models
Package containing the data models 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.
Connection string - Search tag in Overview
Section
Construct a TableClient - Search tag in Overview
Section
Construct a TableServiceClient - Search tag in Overview
Section
CONTENT_LENGTH_EXCEEDED - Static variable in class com.azure.data.tables.models.TableErrorCode
Static value ContentLengthExceeded.
Contributing - Search tag in Overview
Section
CREATE - Enum constant in enum com.azure.data.tables.models.TableTransactionActionType
Add the entity to the table.
Create, List, and Delete Azure tables - Search tag in Overview
Section
Create, List, and Delete table entities - Search tag in Overview
Section
Create a Cosmos DB Table API account - Search tag in Overview
Section
Create an entity - Search tag in Overview
Section
Create an Entity using TableClient - Search tag in package com.azure.data.tables
Section
Create a Storage Account - Search tag in Overview
Section
Create a table - Search tag in Overview
Section
Create a Table - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
Create a Table - Search tag in class com.azure.data.tables.TableServiceClient
Section
Create a TableClient using a TableClientBuilder - Search tag in package com.azure.data.tables
Section
Create a TableEntity - Search tag in class com.azure.data.tables.TableAsyncClient
Section
Create a TableEntity - Search tag in class com.azure.data.tables.TableClient
Section
Create a TableServiceClient using a TableServiceClientBuilder - Search tag in package com.azure.data.tables
Section
Create a Table using TableServiceClient - Search tag in package com.azure.data.tables
Section
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.
Delete an entity - Search tag in Overview
Section
Delete an Entity - Search tag in package com.azure.data.tables
Section
Delete a table - Search tag in Overview
Section
Delete a Table - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
Delete a Table - Search tag in class com.azure.data.tables.TableServiceClient
Section
Delete a TableEntity - Search tag in class com.azure.data.tables.TableAsyncClient
Section
Delete a TableEntity - Search tag in class com.azure.data.tables.TableClient
Section
Delete a Table using TableServiceClient - Search tag in package com.azure.data.tables
Section
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.
Examples - Search tag in Overview
Section

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.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableAccessPolicy
Reads an instance of TableAccessPolicy from the XmlReader.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableServiceCorsRule
Reads an instance of TableServiceCorsRule from the XmlReader.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableServiceGeoReplication
Reads an instance of TableServiceGeoReplication from the XmlReader.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableServiceLogging
Reads an instance of TableServiceLogging from the XmlReader.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableServiceMetrics
Reads an instance of TableServiceMetrics from the XmlReader.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableServiceProperties
Reads an instance of TableServiceProperties from the XmlReader.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableServiceRetentionPolicy
Reads an instance of TableServiceRetentionPolicy from the XmlReader.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableServiceStatistics
Reads an instance of TableServiceStatistics from the XmlReader.
fromXml(XmlReader) - Static method in class com.azure.data.tables.models.TableSignedIdentifier
Reads an instance of TableSignedIdentifier from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableAccessPolicy
Reads an instance of TableAccessPolicy from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableServiceCorsRule
Reads an instance of TableServiceCorsRule from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableServiceGeoReplication
Reads an instance of TableServiceGeoReplication from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableServiceLogging
Reads an instance of TableServiceLogging from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableServiceMetrics
Reads an instance of TableServiceMetrics from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableServiceProperties
Reads an instance of TableServiceProperties from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableServiceRetentionPolicy
Reads an instance of TableServiceRetentionPolicy from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableServiceStatistics
Reads an instance of TableServiceStatistics from the XmlReader.
fromXml(XmlReader, String) - Static method in class com.azure.data.tables.models.TableSignedIdentifier
Reads an instance of TableSignedIdentifier from the XmlReader.

G

General - Search tag in Overview
Section
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
Get the accessPolicy property: The access policy.
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 allowedHeaders property: 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 allowedOrigins property: 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 analyticsVersion property: The version of Analytics to configure.
Get a TableClient - Search tag in class com.azure.data.tables.TableServiceClient
Section
Get a TableServiceAsyncClient - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
getCorsRules() - Method in class com.azure.data.tables.models.TableServiceProperties
Get the cors property: The set of 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 daysToRetain property: Indicates 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 expiresOn property: The datetime that 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
Returns the time after which the SAS will no longer work.
getExposedHeaders() - Method in class com.azure.data.tables.models.TableServiceCorsRule
Get the exposedHeaders property: 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 class 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 the geoReplication property: 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 the hourMetrics property: 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 id property: A unique id.
getIdentifier() - Method in class com.azure.data.tables.sas.TableSasSignatureValues
Returns the name of the access policy on the table this SAS references if any.
getIdentifiers() - Method in class com.azure.data.tables.models.TableAccessPolicies
Returns the TableSignedIdentifiesrs associated with the table
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
Returns the maximum IP address of the range.
getIpMin() - Method in class com.azure.data.tables.sas.TableSasIpRange
Returns the minimum IP address of the range.
getLastSyncTime() - Method in class com.azure.data.tables.models.TableServiceGeoReplication
Get the lastSyncTime property: 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
Get the logging property: Azure Analytics Logging settings.
getMaxAgeInSeconds() - Method in class com.azure.data.tables.models.TableServiceCorsRule
Get the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
getMinuteMetrics() - Method in class com.azure.data.tables.models.TableServiceProperties
Get the minuteMetrics property: 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 property: 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
Returns the permissions string allowed by the SAS.
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
Returns the TableSasProtocol which determines the protocols allowed by the SAS.
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 property: The retention policy.
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
Returns the TableSasIpRange which determines the IP ranges that are allowed to use the SAS.
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 startsOn property: The start datetime from which 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
Returns when the SAS will take effect.
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 property: 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.
Get Table Properties - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
Get Table Properties - Search tag in class com.azure.data.tables.TableServiceClient
Section
getTableServiceRetentionPolicy() - Method in class com.azure.data.tables.models.TableServiceMetrics
Get the retentionPolicy property: The retention policy.
Get Table Statistics - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
Get Table Statistics - Search tag in class com.azure.data.tables.TableServiceClient
Section
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.
Getting started - Search tag in Overview
Section
Getting Started - Search tag in class com.azure.data.tables.TableAsyncClient
Section
Getting Started - Search tag in class com.azure.data.tables.TableClient
Section
Getting Started - Search tag in class com.azure.data.tables.TableClientBuilder
Section
Getting Started - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
Getting Started - Search tag in class com.azure.data.tables.TableServiceClient
Section
Getting Started - Search tag in class com.azure.data.tables.TableServiceClientBuilder
Section
Getting Started - Search tag in package com.azure.data.tables
Section
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 class 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 property: 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
Returns the version of the service this SAS will target.
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
Returns the access status for blob resources.
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
Returns the access status for file resources.
hasFilterTagsPermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Returns the filter tags permission status.
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
Returns the access status for queue resources.
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
Returns the access status for table resources.
hasTagsPermission() - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Returns the tags permission status.
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

Include direct dependency - Search tag in Overview
Section
Include the BOM file - Search tag in Overview
Section
Include the package - Search tag in Overview
Section
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 the deleteLogged property: Indicates whether all delete requests should be logged.
isEnabled() - Method in class com.azure.data.tables.models.TableServiceMetrics
Get the enabled property: Indicates whether metrics are enabled for the Table service.
isEnabled() - Method in class com.azure.data.tables.models.TableServiceRetentionPolicy
Get the enabled property: Indicates whether a retention policy is enabled for the service.
isIncludeApis() - Method in class com.azure.data.tables.models.TableServiceMetrics
Get the includeApis property: 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 the readLogged property: 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 the writeLogged property: 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.
Key concepts - Search tag in Overview
Section

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.
List entities - Search tag in Overview
Section
List Entities - Search tag in package com.azure.data.tables
Section
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
Returns an empty instance of ListEntitiesOptions.
Listing TableEntities - Search tag in class com.azure.data.tables.TableAsyncClient
Section
List TableEntities - Search tag in class com.azure.data.tables.TableClient
Section
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.
List tables - Search tag in Overview
Section
List Tables - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
List Tables - Search tag in class com.azure.data.tables.TableServiceClient
Section
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
Returns an empty instance of ListTablesOptions.
List Tables using TableServiceClient - Search tag in package com.azure.data.tables
Section
LIVE - Static variable in class com.azure.data.tables.models.TableServiceGeoReplicationStatus
Static value live for TableServiceGeoReplicationStatus.
Logging - Search tag in Overview
Section

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

Next steps - Search tag in Overview
Section
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.
Overview - Search tag in class com.azure.data.tables.TableAsyncClient
Section
Overview - Search tag in class com.azure.data.tables.TableClient
Section
Overview - Search tag in class com.azure.data.tables.TableClientBuilder
Section
Overview - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
Overview - Search tag in class com.azure.data.tables.TableServiceClient
Section
Overview - Search tag in class com.azure.data.tables.TableServiceClientBuilder
Section
Overview - Search tag in class com.azure.data.tables.models.TableEntity
Section
Overview - Search tag in package com.azure.data.tables
Section

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.
Prerequisites - Search tag in Overview
Section
Prerequisites - Search tag in package com.azure.data.tables
Section
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.
processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - 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.
Retrieve a TableClient from a TableServiceClient - Search tag in package com.azure.data.tables
Section
Retrieve a TableEntity - Search tag in class com.azure.data.tables.TableAsyncClient
Section
Retrieve a TableEntity - Search tag in class com.azure.data.tables.TableClient
Section
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
Set the accessPolicy property: The access policy.
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 allowedHeaders property: 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 analyticsVersion property: 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 property: The set of 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 daysToRetain property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.
setDeleteLogged(boolean) - Method in class com.azure.data.tables.models.TableServiceLogging
Set the deleteLogged property: 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 the enabled property: Indicates whether metrics are enabled for the Table service.
setEnabled(boolean) - Method in class com.azure.data.tables.models.TableServiceRetentionPolicy
Set the enabled property: Indicates whether a retention policy is enabled for the 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 expiresOn property: The datetime that 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 exposedHeaders property: 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 the hourMetrics property: 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 the includeApis property: 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
Set the logging property: Azure Analytics Logging settings.
setMaxAgeInSeconds(int) - Method in class com.azure.data.tables.models.TableServiceCorsRule
Set the maxAgeInSeconds property: 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 the minuteMetrics property: 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 property: 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 the readLogged property: 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 property: The retention policy.
setRetentionPolicy(TableServiceRetentionPolicy) - Method in class com.azure.data.tables.models.TableServiceMetrics
Set the retentionPolicy property: The retention policy.
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 startsOn property: The start datetime from which 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.
Set Table Properties - Search tag in class com.azure.data.tables.TableServiceAsyncClient
Section
Set Table Properties - Search tag in class com.azure.data.tables.TableServiceClient
Section
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 property: 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 the writeLogged property: Indicates whether all write requests should be logged.
setWritePermission(boolean) - Method in class com.azure.data.tables.sas.TableAccountSasPermission
Sets the write permission status.
Shared Access Signature (SAS) - Search tag in Overview
Section
Shared Key credential - Search tag in Overview
Section
Submit a transactional batch - Search tag in class com.azure.data.tables.TableAsyncClient
Section
Submit a transactional batch - Search tag in class com.azure.data.tables.TableClient
Section
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
An Access policy.
TableAccessPolicy() - Constructor for class com.azure.data.tables.models.TableAccessPolicy
Creates an instance of TableAccessPolicy class.
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
Returns an instance of TableAccountSasPermission that has all fields set to false.
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
Creates a TableAccountSasResourceType with all fields set to false.
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
Creates a TableAccountSasService with all fields set to false.
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
Provides a fluent builder API to help aid the configuration and instantiation of a TableClient and TableAsyncClient.
TableClientBuilder() - Constructor for class com.azure.data.tables.TableClientBuilder
Creates a builder instance that is able to configure and construct TableClient and TableAsyncClient objects.
Table Client Usage - Search tag in package com.azure.data.tables
Section
TableEntity - Class in com.azure.data.tables.models
Overview
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
Creates an instance of 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
Creates an instance of 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
Creates an TableSasPermission with all fields set to false.
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
Provides a fluent builder API to help aid the configuration and instantiation of TableServiceClient and TableServiceAsyncClient.
TableServiceClientBuilder() - Constructor for class com.azure.data.tables.TableServiceClientBuilder
Creates a builder instance that is able to configure and construct TableServiceClient and TableServiceAsyncClient objects.
Table Service Client Usage - Search tag in package com.azure.data.tables
Section
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
Creates an instance of TableServiceCorsRule class.
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 Class in com.azure.data.tables.models
Exception thrown for an invalid response with TableServiceError information.
TableServiceException(String, HttpResponse) - Constructor for exception class com.azure.data.tables.models.TableServiceException
Initializes a new instance of the TableServiceException class.
TableServiceException(String, HttpResponse, TableServiceError) - Constructor for exception class com.azure.data.tables.models.TableServiceException
Initializes a new instance of the TableServiceException class.
TableServiceGeoReplication - Class in com.azure.data.tables.models
The TableServiceGeoReplication model.
TableServiceGeoReplication(TableServiceGeoReplicationStatus, OffsetDateTime) - Constructor for class com.azure.data.tables.models.TableServiceGeoReplication
Creates an instance of TableServiceGeoReplication class.
TableServiceGeoReplicationStatus - Class in com.azure.data.tables.models
The status of the secondary location.
TableServiceGeoReplicationStatus() - Constructor for class com.azure.data.tables.models.TableServiceGeoReplicationStatus
Deprecated.
TableServiceLogging - Class in com.azure.data.tables.models
Azure Analytics Logging settings.
TableServiceLogging() - Constructor for class com.azure.data.tables.models.TableServiceLogging
Creates an instance of TableServiceLogging class.
TableServiceMetrics - Class in com.azure.data.tables.models
The TableServiceMetrics model.
TableServiceMetrics() - Constructor for class com.azure.data.tables.models.TableServiceMetrics
Creates an instance of TableServiceMetrics class.
TableServiceProperties - Class in com.azure.data.tables.models
Table Service Properties.
TableServiceProperties() - Constructor for class com.azure.data.tables.models.TableServiceProperties
Creates an instance of TableServiceProperties class.
TableServiceRetentionPolicy - Class in com.azure.data.tables.models
The retention policy.
TableServiceRetentionPolicy() - Constructor for class com.azure.data.tables.models.TableServiceRetentionPolicy
Creates an instance of TableServiceRetentionPolicy class.
TableServiceStatistics - Class in com.azure.data.tables.models
Stats for the service.
TableServiceStatistics(TableServiceGeoReplication) - Constructor for class com.azure.data.tables.models.TableServiceStatistics
Creates an instance of TableServiceStatistics class.
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
Creates an instance of TableSignedIdentifier class.
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 Class 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 class 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
TokenCredential - Search tag in Overview
Section
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
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableAccessPolicy
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableServiceCorsRule
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableServiceGeoReplication
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableServiceLogging
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableServiceMetrics
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableServiceProperties
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableServiceRetentionPolicy
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableServiceStatistics
 
toXml(XmlWriter) - Method in class com.azure.data.tables.models.TableSignedIdentifier
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableAccessPolicy
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableServiceCorsRule
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableServiceGeoReplication
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableServiceLogging
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableServiceMetrics
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableServiceProperties
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableServiceRetentionPolicy
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableServiceStatistics
 
toXml(XmlWriter, String) - Method in class com.azure.data.tables.models.TableSignedIdentifier
 
Troubleshooting - Search tag in Overview
Section

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.
Update an Entity using TableClient - Search tag in package com.azure.data.tables
Section
Update a TableEntity - Search tag in class com.azure.data.tables.TableAsyncClient
Section
Update a TableEntity - Search tag in class com.azure.data.tables.TableClient
Section
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.
Usage Code Samples - Search tag in class com.azure.data.tables.models.TableEntity
Section

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 class com.azure.data.tables.models.TableServiceGeoReplicationStatus
Gets known TableServiceGeoReplicationStatus values.
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