BlobOperationName 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 name of the API operation associated with a BlobChangeFeedEventData.
public readonly struct BlobOperationName : IEquatable<Azure.Storage.Blobs.ChangeFeed.BlobOperationName>
type BlobOperationName = struct
Public Structure BlobOperationName
Implements IEquatable(Of BlobOperationName)
- Inheritance
-
BlobOperationName
- Implements
Constructors
BlobOperationName(String) |
Constructor. |
Properties
AbortCopyBlob |
Abort Copy Blob. |
ControlEvent |
Control Event. |
CopyBlob |
Copy Blob. |
CreateRestorePointMarker |
Create Restore Point Marker. |
DeleteBlob |
Delete Blob. |
PutBlob |
Put Blob. |
PutBlockList |
Put Block List. |
SetBlobMetadata |
Set Blob Metadata. |
SetBlobProperties |
Set Blob Properties. |
SetBlobTags |
Set Blob Tags. |
SetBlobTier |
Set Blob Tier. |
SnapshotBlob |
Snapshot Blob. |
UndeleteBlob |
Undelete Blob. |
UnspecifiedApi |
Unspecified Api. |
Methods
Equals(BlobOperationName) |
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(BlobOperationName, BlobOperationName) |
Compares equality of two BlobOperationName instances. |
Implicit(String to BlobOperationName) |
Converts a string to a BlobOperationName. |
Inequality(BlobOperationName, BlobOperationName) |
Compares inequality of two BlobOperationName instances. |
Applies to
Azure SDK for .NET