Azure Storage Table supports various property types, including int64, Guid, etc
How I can retrieve metadata (property types) when I read full rows with Get-AzTableRow? Or maybe there are other alternative approaches with your library?
Context: Since AzCopy dropped support of storage tables, I'm looking for the tool\framework to simplify automated import\export data to\from tables.
Azure Storage Table supports various property types, including int64, Guid, etc
How I can retrieve metadata (property types) when I read full rows with Get-AzTableRow? Or maybe there are other alternative approaches with your library?
Context: Since AzCopy dropped support of storage tables, I'm looking for the tool\framework to simplify automated import\export data to\from tables.
Thanks.