analytics.ExportBundleInfo class

Interface representing the bundle these events were uploaded to.

Signature:

exportdeclareclassExportBundleInfo

Constructors

ConstructorModifiersDescription
(constructor)(wireFormat)Constructs a new instance of the ExportBundleInfo class

Properties

PropertyModifiersTypeDescription
bundleSequenceIdnumberMonotonically increasing index for each bundle set by the Analytics SDK.
serverTimestampOffsetnumberTimestamp offset (in milliseconds) between collection time and upload time.

analytics.ExportBundleInfo.(constructor)

Constructs a new instance of the ExportBundleInfo class

Signature:

constructor(wireFormat:any);

Parameters

ParameterTypeDescription
wireFormatany

analytics.ExportBundleInfo.bundleSequenceId

Monotonically increasing index for each bundle set by the Analytics SDK.

Signature:

bundleSequenceId:number;

analytics.ExportBundleInfo.serverTimestampOffset

Timestamp offset (in milliseconds) between collection time and upload time.

Signature:

serverTimestampOffset:number;