SamplingSettings.SamplingType Property

Definition

Gets or sets sampling type. Possible values include: 'fixed'

[Newtonsoft.Json.JsonProperty(PropertyName="samplingType")]
public string SamplingType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="samplingType")>]
member this.SamplingType : string with get, set
Public Property SamplingType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to