Represents a Windows Azure Table.
The following tables list the members exposed by the CloudTable type.
Public Constructors
Name | Description | |
---|---|---|
CloudTable | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
Name | Gets the name of the table. | |
ServiceClient | Gets the CloudTableClient object that represents the Table service. | |
StorageUri | Gets the table's URIs for both the primary and secondary locations. | |
Uri | Gets the table URI for the primary location. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Create | ||
CreateAsync | Overloaded. | |
CreateIfNotExistsAsync | Overloaded. | |
DeleteAsync | Overloaded. | |
DeleteIfExistsAsync | Overloaded. | |
Equals | (Inherited from Object) | |
ExecuteAsync | Overloaded. | |
ExecuteBatchAsync | Overloaded. | |
ExecuteQuerySegmentedAsync | Overloaded. | |
ExistsAsync | Overloaded. | |
GetHashCode | (Inherited from Object) | |
GetPermissionsAsync | Overloaded. | |
GetSharedAccessSignature | Overloaded. | |
GetType | (Inherited from Object) | |
SetPermissionsAsync | Overloaded. | |
ToString | Overridden. Returns the name of the table. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |