DeleteObjectsRequestQuiet Property |
Gets quiet mode flag. By default it's true;
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public bool Quiet { get; }
Public ReadOnly Property Quiet As Boolean
Get
public:
property bool Quiet {
bool get ();
}
member Quiet : bool with get
Property Value
Type:
BooleanSee Also