Property | Type | Description | |
---|---|---|---|
tableList | List |
Method | Description | |
---|---|---|
CreateTableIfNotExists ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool |
Cloud a azure storage table if not exists.
|
|
Delete ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : void |
Delete the specified azure storage table
|
|
DoesTableExist ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool |
Checks whether the table exists.
|
|
GetTablePermissions ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Table.TablePermissions |
Get table permission
|
|
GetTableReference ( string name ) : Microsoft.WindowsAzure.Storage.Table.CloudTable |
Get a table reference
|
|
GetTableReferenceFromServer ( string name, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Table.CloudTable |
Get table reference from azure server
|
|
ListTables ( string prefix, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : IEnumerable |
List azure storage tables
|
public CreateTableIfNotExists ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool | ||
table | Microsoft.WindowsAzure.Storage.Table.CloudTable | Cloud table object |
requestOptions | Microsoft.WindowsAzure.Storage.Table.TableRequestOptions | Table request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | bool |
public Delete ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : void | ||
table | Microsoft.WindowsAzure.Storage.Table.CloudTable | Cloud table object |
requestOptions | Microsoft.WindowsAzure.Storage.Table.TableRequestOptions | Table request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | void |
public DoesTableExist ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool | ||
table | Microsoft.WindowsAzure.Storage.Table.CloudTable | Cloud table object |
requestOptions | Microsoft.WindowsAzure.Storage.Table.TableRequestOptions | Table request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | bool |
public GetTablePermissions ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Table.TablePermissions | ||
table | Microsoft.WindowsAzure.Storage.Table.CloudTable | CloudTable object |
requestOptions | Microsoft.WindowsAzure.Storage.Table.TableRequestOptions | Table request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | Microsoft.WindowsAzure.Storage.Table.TablePermissions |
public GetTableReference ( string name ) : Microsoft.WindowsAzure.Storage.Table.CloudTable | ||
name | string | Table name |
return | Microsoft.WindowsAzure.Storage.Table.CloudTable |
public GetTableReferenceFromServer ( string name, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Table.CloudTable | ||
name | string | Table name |
requestOptions | Microsoft.WindowsAzure.Storage.Table.TableRequestOptions | Table request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | Microsoft.WindowsAzure.Storage.Table.CloudTable |
public ListTables ( string prefix, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : IEnumerable |
||
prefix | string | Table name prefix |
requestOptions | Microsoft.WindowsAzure.Storage.Table.TableRequestOptions | Table request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | IEnumerable |