Metadata about the application where the LaunchDarkly SDK is running.

Hierarchy

  • LDPluginApplicationMetadata

Properties

id?: string

A unique identifier representing the application where the LaunchDarkly SDK is running.

This can be specified as any string value as long as it only uses the following characters: ASCII letters, ASCII digits, period, hyphen, underscore. A string containing any other characters will be ignored.

Example: authentication-service

name?: string

A human-friendly application name representing the application where the LaunchDarkly SDK is running.

This can be specified as any string value as long as it only uses the following characters: ASCII letters, ASCII digits, period, hyphen, underscore. A string containing any other characters will be ignored.

version?: string

A unique identifier representing the version of the application where the LaunchDarkly SDK is running.

This can be specified as any string value as long as it only uses the following characters: ASCII letters, ASCII digits, period, hyphen, underscore. A string containing any other characters will be ignored.

Example: 1.0.0 (standard version string) or abcdef (sha prefix)

versionName?: string

A human-friendly name representing the version of the application where the LaunchDarkly SDK is running.

This can be specified as any string value as long as it only uses the following characters: ASCII letters, ASCII digits, period, hyphen, underscore. A string containing any other characters will be ignored.

Generated using TypeDoc