PatchOperation.Set<T>(String, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates patch details for set operation.
public:
generic <typename T>
static System::Cloud::DocumentDb::PatchOperation Set(System::String ^ path, T value);
public static System.Cloud.DocumentDb.PatchOperation Set<T>(string path, T value);
static member Set : string * 'T -> System.Cloud.DocumentDb.PatchOperation
Public Shared Function Set(Of T) (path As String, value As T) As PatchOperation
Type Parameters
- T
The type of value to be patched.
Parameters
- path
- String
The path to be patched.
- value
- T
The value to be patched.
Returns
Created patch operation.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.