Gets the list of backups available for the specified backed up entity at the specified backup location.
Gets the list of backups available for the specified backed up entity (Application, Service or Partition) at the specified backup location (FileShare or Azure Blob Storage).
The connection string to connect to the Azure blob store.
The name of the container in the blob store to store and enumerate backups from.
UNC path of the file share where to store or enumerate backups from.
Specifies the start date time in ISO8601 from which to enumerate backups. If not specified, backups are enumerated from the beginning.
Specifies the end date time in ISO8601 till which to enumerate backups. If not specified, backups are enumerated till the end.
If specified as true, gets the most recent backup (within the specified time range) for every partition under the specified backup entity.
Friendly name for this backup storage.
Primary user name to access the file share.
Primary password to access the share location.
Secondary user name to access the file share.
Secondary password to access the share location
The name of the application, including the 'fabric:' URI scheme.
The full name of the service with 'fabric:' URI scheme.
The partition ID indentifying the partition.
The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds.
The maximum number of results to be returned as part of the paged queries. This parameter defines the upper bound on the number of results returned. The results returned can be less than the specified maximum results if they do not fit in the message as per the max message size restrictions defined in the configuration. If this parameter is zero or not specified, the paged query includes as many results as possible that fit in the return message.