< Back
Get-AzureTableEntity
Post
NAME Get-AzureTableEntity
SYNOPSIS
Queries the specified azure storage table
SYNTAX
Get-AzureTableEntity -StorageAccountName <String> -TableName <String> [-StorageAccountDomain <String>] [-Filter
<String>] [-Top <Int32>] [-LimitResults <Int32>] [-Select <String[]>] -AccessKey <String> [-UseHttp] [-ApiVersion
<String>] [-ODataServiceVersion <String>] [-ContentType <String>] [<CommonParameters>]
Get-AzureTableEntity -StorageAccountName <String> -TableName <String> [-StorageAccountDomain <String>] -AccessKey
<String> [-UseHttp] -PartitionKey <String> -RowKey <String> [-ApiVersion <String>] [-ODataServiceVersion <String>]
[-ContentType <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-StorageAccountName <String>
The storage account name
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-TableName <String>
The name of the table
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-StorageAccountDomain <String>
The FQDN for the storage account service
Required? false
Position? named
Default value table.core.windows.net
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Filter <String>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Top <Int32>
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-LimitResults <Int32>
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Select <String[]>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AccessKey <String>
The storage service access key
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-UseHttp [<SwitchParameter>]
Use Insecure requests
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-PartitionKey <String>
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-RowKey <String>
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
The storage API version
Required? false
Position? named
Default value 2016-05-31
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ODataServiceVersion <String>
The OData service version
Required? false
Position? named
Default value 3.0;Netfx
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ContentType <String>
Required? false
Position? named
Default value application/json;odata=nometadata
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
SYNOPSIS
Queries the specified azure storage table
SYNTAX
Get-AzureTableEntity -StorageAccountName <String> -TableName <String> [-StorageAccountDomain <String>] [-Filter
<String>] [-Top <Int32>] [-LimitResults <Int32>] [-Select <String[]>] -AccessKey <String> [-UseHttp] [-ApiVersion
<String>] [-ODataServiceVersion <String>] [-ContentType <String>] [<CommonParameters>]
Get-AzureTableEntity -StorageAccountName <String> -TableName <String> [-StorageAccountDomain <String>] -AccessKey
<String> [-UseHttp] -PartitionKey <String> -RowKey <String> [-ApiVersion <String>] [-ODataServiceVersion <String>]
[-ContentType <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-StorageAccountName <String>
The storage account name
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-TableName <String>
The name of the table
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-StorageAccountDomain <String>
The FQDN for the storage account service
Required? false
Position? named
Default value table.core.windows.net
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Filter <String>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Top <Int32>
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-LimitResults <Int32>
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Select <String[]>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AccessKey <String>
The storage service access key
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-UseHttp [<SwitchParameter>]
Use Insecure requests
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-PartitionKey <String>
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-RowKey <String>
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
The storage API version
Required? false
Position? named
Default value 2016-05-31
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ODataServiceVersion <String>
The OData service version
Required? false
Position? named
Default value 3.0;Netfx
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ContentType <String>
Required? false
Position? named
Default value application/json;odata=nometadata
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS