See: Description
| Interface | Description |
|---|---|
| EntityResolver<T> |
An interface to perform client side projection on a retrieved entity.
|
| TableEntity |
An interface required for table entity types.
|
| TableRequestOptions.PropertyResolver |
The interface whose function is used to get the
|
| Class | Description |
|---|---|
| CloudTable |
Represents a table in the Microsoft Azure Table service.
|
| CloudTableClient |
Provides a service client for accessing the Microsoft Azure Table service.
|
| DynamicTableEntity |
A
TableEntity type which allows callers direct access to the property map of the entity. |
| EntityProperty |
A class which represents a single typed property value in a table entity.
|
| QueryTableOperation |
A class that extends
TableOperation to implement a query to retrieve a single table entity. |
| 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.
|
| TableOperation |
A class which represents a single table operation.
|
| TablePermissions |
Represents the permissions for a table.
|
| TableQuery<T extends TableEntity> |
A class which represents a query against a specified table.
|
| TableQuery.Operators |
A static class that maps identifiers to filter expression operators.
|
| TableQuery.QueryComparisons |
A static class that maps identifiers to filter property comparison operators.
|
| TableRequestOptions |
Represents a set of timeout, payload format, and retry policy options that may be specified for a table operation
request.
|
| 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. |
| Enum | Description |
|---|---|
| EdmType |
A enumeration used to represent the primitive types of the Entity Data Model (EDM) in the Open Data Protocol (OData).
|
| SharedAccessTablePermissions |
Specifies the set of possible permissions for a shared access table policy.
|
| TablePayloadFormat |
Describes the payload formats supported for Tables.
|
| Exception | Description |
|---|---|
| TableServiceException |
An exception that results when a table storage service operation fails to complete successfully.
|
| Annotation Type | Description |
|---|---|
| Ignore |
An annotation set on a method to prevent its use in serializing or deserializing a property by reflection.
|
| StoreAs |
An annotation used to override the name a property is serialized and deserialized with using reflection.
|
/**
* 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.
*/