SyncFlag 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.
Flags that are passed as parameters as a part of Http request for operations Write and Append
public enum SyncFlag
type SyncFlag =
Public Enum SyncFlag
- Inheritance
-
SyncFlag
Fields
| Name | Value | Description |
|---|---|---|
| DATA | 0 | Holds the lease. |
| METADATA | 1 | Metadata needs to be updated after data is appended |
| CLOSE | 2 | update metadata. Close the file handler or stream Releases the lease. |