Table of Contents

Enum ReturnDocumentDirective

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

Whether to return the document before or after the replacement.

public enum ReturnDocumentDirective

Fields

After = 1

Returns the document as it is after the operation was applied.

Before = 0

Returns the document as it was before the operation was applied.