analytics.ExportBundleInfo class Stay organized with collections Save and categorize content based on your preferences.
Interface representing the bundle these events were uploaded to.
Signature:
exportdeclareclassExportBundleInfoConstructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(wireFormat) | Constructs a new instance of theExportBundleInfo 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 theExportBundleInfo 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;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.