Table of Contents

Class FeatureToggleRequest

Namespace
Quilt4Net.Toolkit.Features.FeatureToggle
Assembly
Quilt4Net.Toolkit.dll
public record FeatureToggleRequest : IKeyContext, IEquatable<FeatureToggleRequest>
Inheritance
FeatureToggleRequest
Implements
Inherited Members

Properties

Application

public required string Application { get; init; }

Property Value

string

DefaultValue

public required string DefaultValue { get; init; }

Property Value

string

Environment

public required string Environment { get; init; }

Property Value

string

Instance

public required string Instance { get; init; }

Property Value

string

Key

public required string Key { get; init; }

Property Value

string

Ttl

public TimeSpan? Ttl { get; init; }

Property Value

TimeSpan?

ValueType

public required string ValueType { get; init; }

Property Value

string

Version

public required string Version { get; init; }

Property Value

string