ClientConfigurationEnableCrcCheck Property |
Gets or sets a value indicating whether this
ClientConfiguration enable
crc check.
When EnalbeMD5Check is set true, MD5 will be checked and CRC check will be skipped whenever MD5 is applicable.
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public bool EnableCrcCheck { get; set; }
Public Property EnableCrcCheck As Boolean
Get
Set
public:
property bool EnableCrcCheck {
bool get ();
void set (bool value);
}
member EnableCrcCheck : bool with get, set
Property Value
Type:
Booleantrue if enable crc check; otherwise,
false.
See Also