TableServiceClient
TableServiceClient()
TableServiceClient(String)
TableServiceClient(String, TableClientOptions)
TableServiceClient(Uri, AzureSasCredential)
TableServiceClient(Uri, TableClientOptions)
TableServiceClient(Uri, TableSharedKeyCredential)
TableServiceClient(Uri, AzureSasCredential, TableClientOptions)
TableServiceClient(Uri, TableSharedKeyCredential, TableClientOptions)
TableServiceClient(Uri, TokenCredential, TableClientOptions)
AccountName
Uri
CreateQueryFilter(FormattableString)
CreateQueryFilter(Expression<Func<TableItem, Boolean>>)
CreateTable(String, CancellationToken)
CreateTableAsync(String, CancellationToken)
CreateTableIfNotExists(String, CancellationToken)
CreateTableIfNotExistsAsync(String, CancellationToken)
DeleteTable(String, CancellationToken)
DeleteTableAsync(String, CancellationToken)
GenerateSasUri(TableAccountSasBuilder)
GenerateSasUri(TableAccountSasPermissions, TableAccountSasResourceTypes, DateTimeOffset)
GetProperties(CancellationToken)
GetPropertiesAsync(CancellationToken)
GetSasBuilder(String, TableAccountSasResourceTypes, DateTimeOffset)
GetSasBuilder(TableAccountSasPermissions, TableAccountSasResourceTypes, DateTimeOffset)
GetStatistics(CancellationToken)
GetStatisticsAsync(CancellationToken)
GetTableClient(String)
Query(FormattableString, Int32?, CancellationToken)
Query(String, Int32?, CancellationToken)
Query(Expression<Func<TableItem, Boolean>>, Int32?, CancellationToken)
QueryAsync(FormattableString, Int32?, CancellationToken)
QueryAsync(String, Int32?, CancellationToken)
QueryAsync(Expression<Func<TableItem, Boolean>>, Int32?, CancellationToken)
SetProperties(TableServiceProperties, CancellationToken)
SetPropertiesAsync(TableServiceProperties, CancellationToken)
net7.0
namespace Azure.Data.Tables
{
public class TableServiceClient
{
public virtual Pageable<TableItem> Query(FormattableString filter, int? maxPerPage = default, CancellationToken cancellationToken = default);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net7.0 | |
Assembly | Azure.Data.Tables , Version=12.10.0.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.Data.Tables (12.10.0) netstandard2.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API