Interface representing the bundle these events were uploaded to.
Signature:
export declare class ExportBundleInfo
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(wireFormat) | Constructs a new instance of the ExportBundleInfo class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
bundleSequenceId | number | Monotonically increasing index for each bundle set by the Analytics SDK. | |
serverTimestampOffset | number | Timestamp 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
Parameter | Type | Description |
---|---|---|
wireFormat | any |
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;