BlobQueryOutput Constructors
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.
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
- errors
- List<PSBlobQueryError>