| 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. 
 | 
| 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.PropertyResolver
 The interface whose function is used to get the  
 | 
| 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 Microsoft Corporation 
* 
* Licensed under the Apache License, Version 2.0 (the "License"); 
* you may not use this file except in compliance with the License. 
* You may obtain a copy of the License at 
* http://www.apache.org/licenses/LICENSE-2.0 
* 
* Unless required by applicable law or agreed to in writing, software 
* distributed under the License is distributed on an "AS IS" BASIS, 
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
* See the License for the specific language governing permissions and 
* limitations under the License. 
*/