Show / Hide Table of Contents

Enum DocumentFlags

A set of flags describing the properties of a replicated document.

Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
[Flags]
public enum DocumentFlags

Fields

Name Description
AccessRemoved

The replication action represents a loss of access from the server for the document in question (i.e. no more access granted from the sync function)

Deleted

The replication action represents a deletion of the document in question

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX