PatchOperation.Move(String, String) Method

Definition

Create PatchOperation to move an object/value.

public static Microsoft.Azure.Cosmos.PatchOperation Move (string from, string path);
static member Move : string * string -> Microsoft.Azure.Cosmos.PatchOperation
Public Shared Function Move (from As String, path As String) As PatchOperation

Parameters

from
String

The source location of the object/value.

path
String

Target location reference.

Returns

PatchOperation instance for specified input.

Applies to