你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureStorageTable Class
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.
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
Constructors
AzureStorageTable(CloudTable, AzureStorageContext, TableClientOptions) |
Constructs AzureStorageTable from track 1 CloudTable. Internally it constructs track 2 TableClient used by data plane cmdlets. |
AzureStorageTable(CloudTable) | |
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 |