Interface IJSONPatchResult
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The result of ApplyJSONPatchAsync(string, string).
public interface IJSONPatchResult
Remarks
Check FailedOperation to determine whether any of the operations failed.
Properties
FailedOperation
Gets the index of the first operation that failed, or null if no operation failed.
int? FailedOperation { get; }
Property Value
- int?
The index of the first operation that failed, or
nullif no operation failed.