| external help file | AzureRmStorageTableCoreHelper-help.xml |
|---|---|
| Module Name | azurermstoragetable |
| online version | |
| schema | 2.0.0 |
Returns all rows/entities from a storage table - no Filtering
Get-AzTableRowAll [-Table] <Object> [<CommonParameters>]Returns all rows/entities from a storage table - no Filtering
# Getting all rows
Get-AzTableRowAll -Table $TableTable object of type Microsoft.Azure.Cosmos.Table.CloudTable to retrieve entities
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).