Stay organized with collections
Save and categorize content based on your preferences.
Firebase.RemoteConfig.ConfigInfo
Describes the state of the most recent Fetch() call.
Summary
Normally returned as a result of the GetInfo() function.
Properties
FetchTime
System.DateTime FetchTime
The time when the last fetch operation completed.
LastFetchFailureReason
FetchFailureReason LastFetchFailureReason
The reason the most recent fetch failed.
LastFetchStatus
LastFetchStatus LastFetchStatus
The status of the last fetch request.
ThrottledEndTime
System.DateTime ThrottledEndTime
The time when Remote Config data refreshes will no longer be throttled.
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 2024-05-09 UTC.
[null,null,["Last updated 2024-05-09 UTC."],[],[],null,["# Firebase.RemoteConfig.ConfigInfo Class Reference\n\nFirebase.RemoteConfig.ConfigInfo\n================================\n\nDescribes the state of the most recent Fetch() call.\n\nSummary\n-------\n\nNormally returned as a result of the GetInfo() function.\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FetchTime](#class_firebase_1_1_remote_config_1_1_config_info_1ada9a3e4e6e09dabe133c5e547a2944e1) | `System.DateTime` The time when the last fetch operation completed. |\n| [LastFetchFailureReason](#class_firebase_1_1_remote_config_1_1_config_info_1a6459600cd270802d927169878bf8dd11) | [FetchFailureReason](/docs/reference/unity/namespace/firebase/remote-config#namespace_firebase_1_1_remote_config_1a41e00bf8ed5b155fb433f5173212787b) The reason the most recent fetch failed. |\n| [LastFetchStatus](#class_firebase_1_1_remote_config_1_1_config_info_1a0f2b23084b56f7f0062dbdc48f7aebcd) | [LastFetchStatus](/docs/reference/unity/namespace/firebase/remote-config#namespace_firebase_1_1_remote_config_1a36d228a1957619a925e1f9f5363e316e) The status of the last fetch request. |\n| [ThrottledEndTime](#class_firebase_1_1_remote_config_1_1_config_info_1a84977f51562d9be4b5551eb9f814a4c1) | `System.DateTime` The time when Remote Config data refreshes will no longer be throttled. |\n\nProperties\n----------\n\n### FetchTime\n\n```c#\nSystem.DateTime FetchTime\n``` \nThe time when the last fetch operation completed. \n\n### LastFetchFailureReason\n\n```c#\nFetchFailureReason LastFetchFailureReason\n``` \nThe reason the most recent fetch failed. \n\n### LastFetchStatus\n\n```c#\nLastFetchStatus LastFetchStatus\n``` \nThe status of the last fetch request. \n\n### ThrottledEndTime\n\n```c#\nSystem.DateTime ThrottledEndTime\n``` \nThe time when Remote Config data refreshes will no longer be throttled."]]