Class ContextAddDataCollectorOptions
public sealed record ContextAddDataCollectorOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<ContextAddDataCollectorOptions>
- Inheritance
-
ContextAddDataCollectorOptions
- Implements
- Inherited Members
Properties
CollectorType
public CollectorType? CollectorType { get; init; }
Property Value
UserContexts
public IEnumerable<UserContext>? UserContexts { get; init; }