你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GetBlobsOptions Class

Definition

public class GetBlobsOptions
type GetBlobsOptions = class
Public Class GetBlobsOptions
Inheritance
GetBlobsOptions

Constructors

Name Description
GetBlobsOptions()

Properties

Name Description
Prefix

Optional. Specifies a string that filters the results to return only blobs whose name begins with the specified prefix.

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.

Applies to