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(JsonEnumMemberConverter<StreamFormat>))]
public enum StreamFormat
Fields
[EnumMember(Value = "json")] Json = 0Enumerated member for the json value.
[EnumMember(Value = "proto")] Proto = 1Enumerated member for the proto value.