analytics.ExportBundleInfo class

Interface representing the bundle these events were uploaded to.

Signature:

exportdeclareclassExportBundleInfo

Constructors

ConstructorModifiersDescription
(constructor)(wireFormat)Constructs a new instance of theExportBundleInfo 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 theExportBundleInfo 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;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-09-13 UTC.