| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the storage service base classes.
|
| com.microsoft.azure.storage.analytics |
This package contains the storage service analytics classes.
|
| com.microsoft.azure.storage.table |
This package contains the storage service table classes.
|
| Class and Description |
|---|
| CloudTableClient
Provides a service client for accessing the Microsoft Azure Table service.
|
| Class and Description |
|---|
| CloudTable
Represents a table in the Microsoft Azure Table service.
|
| Class and Description |
|---|
| CloudTable
Represents a table in the Microsoft Azure Table service.
|
| CloudTableClient
Provides a service client for accessing the Microsoft Azure Table service.
|
| EdmType
A enumeration used to represent the primitive types of the Entity Data Model (EDM) in the Open Data Protocol (OData).
|
| EntityProperty
A class which represents a single typed property value in a table entity.
|
| EntityResolver
An interface to perform client side projection on a retrieved entity.
|
| SharedAccessTablePermissions
Specifies the set of possible permissions for a shared access table policy.
|
| SharedAccessTablePolicy
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access
signature.
|
| TableBatchOperation
A class which represents a batch operation.
|
| TableEncryptionPolicy
Represents a table encryption policy that is used to perform envelope encryption/decryption of Azure table entities.
|
| TableEntity
An interface required for table entity types.
|
| TableOperation
A class which represents a single table operation.
|
| TablePayloadFormat
Describes the payload formats supported for Tables.
|
| TablePermissions
Represents the permissions for a table.
|
| TableQuery
A class which represents a query against a specified table.
|
| TableRequestOptions
Represents a set of timeout, payload format, and retry policy options that may be specified for a table operation
request.
|
| TableRequestOptions.EncryptionResolver
The interface whose function is used to get the value indicating whether a property should be encrypted or not
given the partition key, row key, and the property name.
|
| TableRequestOptions.PropertyResolver
The interface whose function is used to get the
EdmType for an entity property
given the partition key, row, key, and the property name, if the interface is implemented |
| TableResult
A class which represents the result of a table operation.
|
| TableServiceEntity
The
TableServiceEntity class represents the base object type for a table entity in the Storage service. |
Copyright © 2018. All Rights Reserved.