Struct EventProcessorTypes.IdentifyEvent
Parameters for Record
Inherited Members
Namespace: LaunchDarkly .Sdk.Client.Subsystems
Assembly: LaunchDarkly.ClientSdk.dll
Syntax
public struct EventProcessorTypes.IdentifyEvent
Properties
| Edit this page View SourceContext
The evaluation context associated with the event. Some attributes may not be sent to LaunchDarkly if they are private.
Declaration
public Context Context { readonly get; set; }
Property Value
Type | Description |
---|---|
Context |
Timestamp
Date/timestamp of the event.
Declaration
public UnixMillisecondTime Timestamp { readonly get; set; }
Property Value
Type | Description |
---|---|
Unix |