Class BlobQueryOptions
Optional parameters for QueryAsync(String, BlobQueryOptions, CancellationToken).
Inheritance
System.Object
BlobQueryOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobQueryOptions
Constructors
BlobQueryOptions()
Declaration
public BlobQueryOptions ();
Properties
Conditions
Optional BlobRequestConditions to add conditions on the query.
Declaration
public Azure.Storage.Blobs.Models.BlobRequestConditions Conditions { get; set; }
Property Value
BlobRequestConditions
|
InputTextConfiguration
Optional input text configuration.
Declaration
public Azure.Storage.Blobs.Models.BlobQueryTextOptions InputTextConfiguration { get; set; }
Property Value
BlobQueryTextOptions
|
OutputTextConfiguration
Optional output text configuration.
Declaration
public Azure.Storage.Blobs.Models.BlobQueryTextOptions OutputTextConfiguration { get; set; }
Property Value
BlobQueryTextOptions
|
ProgressHandler
Optional progress handler.
Declaration
public IProgress<long> ProgressHandler { get; set; }
Property Value
System.IProgress<System.Int64>
|
Events
ErrorHandler
Optional callback for error handling.
Declaration
public event Action<Azure.Storage.Blobs.Models.BlobQueryError> ErrorHandler;