<PackageReference Include="Azure.Storage.Blobs" Version="12.28.0" />

Azure.Storage.Blobs.Models.GetBlobsOptions

public class GetBlobsOptions
Optional parameters for GetBlobsAsync and GetBlobsAsync.
public string Prefix { get; set; }

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

public string StartFrom { get; set; }

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.

public BlobStates States { get; set; }

Optional. Specifies state options for filtering the blobs.

public BlobTraits Traits { get; set; }

Optional. Specifies trait options for shaping the blobs.

public GetBlobsOptions()