CopySink.DisableMetricsCollection Property

Definition

Gets or sets if true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

[Newtonsoft.Json.JsonProperty(PropertyName="disableMetricsCollection")]
public object DisableMetricsCollection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disableMetricsCollection")>]
member this.DisableMetricsCollection : obj with get, set
Public Property DisableMetricsCollection As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to