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.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
|
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.
|
TableEncryptionPolicy |
Represents a table encryption policy that is used to perform envelope encryption/decryption of Azure table entities.
|
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 |
---|---|
Encrypt |
Represents a custom attribute that can be used to indicate whether an entity property should be encrypted.
|
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 © 2019. All rights reserved.