BlobEventType 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.
The BlobEventType.
public readonly struct BlobEventType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.BlobEventType>
type BlobEventType = struct
Public Structure BlobEventType
Implements IEquatable(Of BlobEventType)
- Inheritance
-
BlobEventType
- Implements
Constructors
BlobEventType(String) |
Initializes a new instance of BlobEventType. |
Properties
MicrosoftStorageBlobCreated |
Microsoft.Storage.BlobCreated. |
MicrosoftStorageBlobDeleted |
Microsoft.Storage.BlobDeleted. |
Methods
Equals(BlobEventType) |
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(BlobEventType, BlobEventType) |
Determines if two BlobEventType values are the same. |
Implicit(String to BlobEventType) |
Converts a string to a BlobEventType. |
Inequality(BlobEventType, BlobEventType) |
Determines if two BlobEventType values are not the same. |
Applies to
Azure SDK for .NET