Class LogStreamBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class LogStreamBase
- Inheritance
-
LogStreamBase
- Derived
- Inherited Members
Properties
Filters
Information about log stream filters
[JsonProperty("filters")]
public IList<LogStreamFilter> Filters { get; set; }
Property Value
Name
The name of the log stream
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Sink
Information about the log stream sink
[JsonProperty("sink")]
public dynamic Sink { get; set; }
Property Value
- dynamic
Type
The type of the log stream
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public LogStreamType Type { get; set; }