Struct Selector
A selector can either be empty or it can contain state and a version.
This struct is not stable, and not subject to any backwards compatibility guarantees or semantic versioning. It is not suitable for production usage. Do not use it. You have been warned.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Subsystems
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public struct Selector
Properties
| Edit this page View SourceIsEmpty
If true, then this selector is empty. An empty selector cannot be used as a basis for a data source.
Declaration
public bool IsEmpty { get; }
Property Value
| Type | Description |
|---|---|
| bool |
State
The state associated with the payload.
Declaration
public string State { get; }
Property Value
| Type | Description |
|---|---|
| string |
Version
The version of the data associated with this selector.
Declaration
public int Version { get; }
Property Value
| Type | Description |
|---|---|
| int |