CollectorGetProperties Method

Obtains the Chunk metadata for this measurement request.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public Dictionary<string, string> GetProperties()

Return Value

DictionaryString, String
a dictionary containing the metadata key/value strings

Remarks

The returned chunk metadata is a superset of the metadata provided by the client application. Additional measurement details are augmented into the chunk metadata.

See Also