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