Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/glossary/content/_put-command-data-csharp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import CodeBlock from '@theme/CodeBlock';
| **ChangeVector** | string | Document change-vector |
| **Document** | DynamicJsonValue | Document to put |
| **Type** | CommandType | The Command Type (PUT) |
| **ForceRevisionCreationStrategy** | `ForceRevisionStrategy` | Strategy for forcing a revision when the document is stored. `None` (default): no forced revision is created; `Before`: a forced revision is created from the document as it currently exists in the store, before applying changes. |

### Methods

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@ import CodeBlock from '@theme/CodeBlock';
| **ChangeVector** | string | Document change-vector |
| **Document** | DynamicJsonValue | Document to put |
| **Type** | CommandType | The Command Type (PUT) |

### Methods

| Signature | Description |
| ---------- | ----------- |
| **DynamicJsonValue ToJson(DocumentConventions conventions, JsonOperationContext context)** | Translate this instance to Json. |

| **ForceRevisionCreationStrategy** | `ForceRevisionStrategy` | Strategy for forcing a revision when the document is stored. `None` (default): no forced revision is created; `Before`: a forced revision
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@ import CodeBlock from '@theme/CodeBlock';
| **ChangeVector** | string | Document change-vector |
| **Document** | DynamicJsonValue | Document to put |
| **Type** | CommandType | The Command Type (PUT) |

### Methods

| Signature | Description |
| ---------- | ----------- |
| **DynamicJsonValue ToJson(DocumentConventions conventions, JsonOperationContext context)** | Translate this instance to Json. |

| **ForceRevisionCreationStrategy** | `ForceRevisionStrategy` | Strategy for forcing a revision when the document is stored. `None` (default): no forced revision is created; `Before`: a forced revision
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@ import CodeBlock from '@theme/CodeBlock';
| **ChangeVector** | string | Document change-vector |
| **Document** | DynamicJsonValue | Document to put |
| **Type** | CommandType | The Command Type (PUT) |

### Methods

| Signature | Description |
| ---------- | ----------- |
| **DynamicJsonValue ToJson(DocumentConventions conventions, JsonOperationContext context)** | Translate this instance to Json. |

| **ForceRevisionCreationStrategy** | `ForceRevisionStrategy` | Strategy for forcing a revision when the document is stored. `None` (default): no forced revision is created; `Before`: a forced revision
Loading