Class LogStreamBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class LogStreamBase
- Inheritance
-
LogStreamBase
- Derived
- Inherited Members
Properties
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; }