Enum StreamFormat
Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon.
[JsonConverter(typeof(JsonStringEnumConverter<StreamFormat>))]
public enum StreamFormat
Fields
Json = 0Proto = 1