Click or drag to resize

DeleteObjectsRequestQuiet Property

Response mode of the object batch deletion request

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public Nullable<bool> Quiet { get; set; }

Property Value

Type: NullableBoolean
Remarks

This parameter is optional. Value "false" indicates that the verbose mode is used, and value "true" indicates that the quiet mode is used. The default mode is verbose.

See Also