BlobsModelFactory.BlobQueryError(String, String, Boolean, Int64) Method
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.
Creates a new BlobQueryError instance for mocking.
public static Azure.Storage.Blobs.Models.BlobQueryError BlobQueryError (string name = default, string description = default, bool isFatal = false, long position = 0);
static member BlobQueryError : string * string * bool * int64 -> Azure.Storage.Blobs.Models.BlobQueryError
Public Shared Function BlobQueryError (Optional name As String = Nothing, Optional description As String = Nothing, Optional isFatal As Boolean = false, Optional position As Long = 0) As BlobQueryError
Parameters
- name
- String
- description
- String
- isFatal
- Boolean
- position
- Int64