Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.UsePatchMethod

TElGoogleDriveDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether patch requests shall be used.

Declaration

[C#]
    bool UsePatchMethod;

[VB.NET]
    Property UsePatchMethod As Boolean

[Pascal]
    property UsePatchMethod: boolean;

[C++]
    bool get_UsePatchMethod();
    void set_UsePatchMethod(bool Value);

[PHP]
    bool get_UsePatchMethod()
    void set_UsePatchMethod(bool $Value)

[Java]
    boolean getUsePatchMethod();
    void setUsePatchMethod(boolean Value);

Description

    Patch requests are update requests that allow to send only the fields that need to be modified, hence they reduce the amount of sent data. The default value is True.

See also:     UseETags    

Discuss this help topic in SecureBlackbox Forum