GetBlobsOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameters for GetBlobsAsync(GetBlobsOptions, CancellationToken) and GetBlobsAsync(GetBlobsOptions, CancellationToken).
public class GetBlobsOptions
type GetBlobsOptions = class
Public Class GetBlobsOptions
- Inheritance
-
GetBlobsOptions
Constructors
| Name | Description |
|---|---|
| GetBlobsOptions() | |
Properties
| Name | Description |
|---|---|
| EndBefore |
Optional. Specifies a fully qualified path within the container, ending the listing when all results before have been returned. This is only supported if ResponseFormat is set to Arrow. |
| Prefix |
Optional. Specifies a string that filters the results to return only blobs whose name begins with the specified prefix. |
| ResponseFormat |
Optional. Specifies the format the service should use to return list results. Defaults to Auto. |
| StartFrom |
Optional. Specifies a fully qualified path within the container, similar to how the prefix parameter is used to list paths starting from a defined location within prefix’s specified range. For non-recursive list, only one entity level is supported. |
| States |
Optional. Specifies state options for filtering the blobs. |
| Traits |
Optional. Specifies trait options for shaping the blobs. |