AzureStorageTable.CloudTable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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