Azure.Storage.StorageResponseFormat
Specifies the format the service should use to return list results.
Arrow = 2
Use Apache Arrow to return list results.
Auto = 0
Default. Currently maps to Xml, but may be updated in future releases.
Xml = 1
Use XML to return list results.