AzureStorageTable.CloudTable Property

Definition

Cloud table object

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Table End Point", ScriptBlock="$_.CloudTable.ServiceClient.BaseUri", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Name", Position=0, ScriptBlock="$_.Name", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public Microsoft.Azure.Cosmos.Table.CloudTable CloudTable { get; }
public Microsoft.WindowsAzure.Storage.Table.CloudTable CloudTable { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Table End Point", ScriptBlock="$_.CloudTable.ServiceClient.BaseUri", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Name", Position=0, ScriptBlock="$_.Name", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.CloudTable : Microsoft.Azure.Cosmos.Table.CloudTable
member this.CloudTable : Microsoft.WindowsAzure.Storage.Table.CloudTable
Public ReadOnly Property CloudTable As CloudTable

Property Value

Attributes

Applies to