Share via


BlobEventType Struct

Definition

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

Name Description
BlobEventType(String)

Initializes a new instance of BlobEventType.

Properties

Name Description
MicrosoftStorageBlobCreated

Microsoft.Storage.BlobCreated.

MicrosoftStorageBlobDeleted

Microsoft.Storage.BlobDeleted.

Methods

Name Description
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

Name Description
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