Share via


BlobQueryOutput Constructors

Definition

Overloads

BlobQueryOutput()
BlobQueryOutput(Int64, List<PSBlobQueryError>)

BlobQueryOutput()

public BlobQueryOutput ();
Public Sub New ()

Applies to

BlobQueryOutput(Int64, List<PSBlobQueryError>)

public BlobQueryOutput (long bytesScanned, System.Collections.Generic.List<Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError> errors);
new Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryOutput : int64 * System.Collections.Generic.List<Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError> -> Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryOutput
Public Sub New (bytesScanned As Long, errors As List(Of PSBlobQueryError))

Parameters

bytesScanned
Int64

Applies to