BlobOutputWriteMode Struct
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.
Determines whether blob blocks are either committed automatically or appended.
public readonly struct BlobOutputWriteMode : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.BlobOutputWriteMode>
type BlobOutputWriteMode = struct
Public Structure BlobOutputWriteMode
Implements IEquatable(Of BlobOutputWriteMode)
- Inheritance
-
BlobOutputWriteMode
- Implements
Constructors
BlobOutputWriteMode(String) |
Initializes a new instance of BlobOutputWriteMode. |
Properties
Append |
Append. |
Once |
Once. |
Methods
Equals(BlobOutputWriteMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BlobOutputWriteMode, BlobOutputWriteMode) |
Determines if two BlobOutputWriteMode values are the same. |
Implicit(String to BlobOutputWriteMode) |
Converts a string to a BlobOutputWriteMode. |
Inequality(BlobOutputWriteMode, BlobOutputWriteMode) |
Determines if two BlobOutputWriteMode values are not the same. |
Applies to
Azure SDK for .NET