listProperties
@GET(value = "api/v2/depots/{depot}/collections/{collection}/datasets/{dataset}/properties")
Retrieves the list of properties for a dataset.
Return
A Call object with a Map of String to String representing the properties.
Parameters
depot
The depot name.
collection
The collection name.
dataset
The dataset name.
correlationId
The correlation ID header (optional, defaults to a random UUID).