AzureStorageTable Class

Definition

Azure storage table object

public class AzureStorageTable : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBase
type AzureStorageTable = class
    inherit AzureStorageBase
Public Class AzureStorageTable
Inherits AzureStorageBase
Inheritance
AzureStorageTable

Constructors

AzureStorageTable(CloudTable)
AzureStorageTable(CloudTable, AzureStorageContext, TableClientOptions)

Constructs AzureStorageTable from track 1 CloudTable. Internally it constructs track 2 TableClient used by data plane cmdlets.

AzureStorageTable(TableClient)

Constructs AzureSTorageTable from track 2 TableClient. Internally it construcs track 1 CloudTable for property display purpose only.

Properties

CloudTable

Cloud table object

Context (Inherited from AzureStorageBase)
Name (Inherited from AzureStorageBase)
TableClient

Track 2 Table Client object

Uri

Table uri

Applies to