PatchDocumentsResponseTEmpty Method |
Creates an empty response.
This is used when
Silent is true.
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public static PatchDocumentsResponse<T> Empty()
Public Shared Function Empty As PatchDocumentsResponse(Of T)
public:
static PatchDocumentsResponse<T>^ Empty()
static member Empty : unit -> PatchDocumentsResponse<'T>
Return Value
Type:
PatchDocumentsResponseTSee Also