TableOperationType Enum
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.
Enumeration containing the types of operations that can be performed by a TableOperation.
public enum TableOperationType
type TableOperationType =
Public Enum TableOperationType
- Inheritance
-
TableOperationType
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | Represents an invalid operation. |
Insert | 0 | Represents an insert operation. |
Delete | 1 | Represents a delete operation. |
Replace | 2 | Represents a replace operation. |
Merge | 3 | Represents a merge operation. |
InsertOrReplace | 4 | Represents an insert or replace operation. |
InsertOrMerge | 5 | Represents an insert or merge operation. |
Retrieve | 6 | Represents a retrieve operation. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET