paulomarquesc / AzureRmStorageTable

MIT License
40 stars 28 forks source link

How to get property types when I read rows to table? #77

Open PKPublicCode opened 1 year ago

PKPublicCode commented 1 year ago

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.