SyncFlag Enum

Definition

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

CLOSE 2

update metadata. Close the file handler or stream Releases the lease.

DATA 0

Holds the lease.

METADATA 1

Metadata needs to be updated after data is appended

Applies to