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:
export declare class ExportBundleInfo
Constructors
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-09-13 UTC.
[null,null,["Last updated 2022-09-13 UTC."],[],[],null,["# analytics.ExportBundleInfo class\n\nInterface representing the bundle these events were uploaded to.\n\n**Signature:** \n\n export declare class ExportBundleInfo \n\nConstructors\n------------\n\n| Constructor | Modifiers | Description |\n|----------------------------------------------------------------------------------------------------------------------|-----------|-----------------------------------------------------------|\n| [(constructor)(wireFormat)](./firebase-functions.analytics.exportbundleinfo.md#analyticsexportbundleinfoconstructor) | | Constructs a new instance of the `ExportBundleInfo` class |\n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|----------------------------------------------------------------------------------------------------------------------------|-----------|--------|-----------------------------------------------------------------------------|\n| [bundleSequenceId](./firebase-functions.analytics.exportbundleinfo.md#analyticsexportbundleinfobundlesequenceid) | | number | Monotonically increasing index for each bundle set by the Analytics SDK. |\n| [serverTimestampOffset](./firebase-functions.analytics.exportbundleinfo.md#analyticsexportbundleinfoservertimestampoffset) | | number | Timestamp offset (in milliseconds) between collection time and upload time. |\n\nanalytics.ExportBundleInfo.(constructor)\n----------------------------------------\n\nConstructs a new instance of the `ExportBundleInfo` class\n\n**Signature:** \n\n constructor(wireFormat: any);\n\n### Parameters\n\n| Parameter | Type | Description |\n|------------|------|-------------|\n| wireFormat | any | |\n\nanalytics.ExportBundleInfo.bundleSequenceId\n-------------------------------------------\n\nMonotonically increasing index for each bundle set by the Analytics SDK.\n\n**Signature:** \n\n bundleSequenceId: number;\n\nanalytics.ExportBundleInfo.serverTimestampOffset\n------------------------------------------------\n\nTimestamp offset (in milliseconds) between collection time and upload time.\n\n**Signature:** \n\n serverTimestampOffset: number;"]]