Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Enum BigQueryParameterType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
BigQueryParameterType
आपके सेट किए जा सकने वाले BigQuery पैरामीटर टाइप के बारे में बताने वाला इनम.
किसी Enum को कॉल करने के लिए, आपको उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करना होता है. उदाहरण के लिए,
DataStudioApp.BigQueryParameterType.STRING.
प्रॉपर्टी
| प्रॉपर्टी | Type | ब्यौरा |
STRING | Enum | स्ट्रिंग. |
INT64 | Enum | 64-बिट पूर्णांक. |
BOOL | Enum | बूलियन. |
FLOAT64 | Enum | 64-बिट का फ़्लोटिंग पॉइंट नंबर. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2026-04-13 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2026-04-13 (UTC) को अपडेट किया गया."],[],["`BigQueryParameterType` is an enum defining settable parameter types for BigQuery. It includes `STRING`, `INT64`, `BOOL`, and `FLOAT64`. Each is an `Enum` type, representing String, 64-bit integer, Boolean, and 64-bit floating-point number values respectively. To use, call the parent class with the desired parameter name, such as `DataStudioApp.BigQueryParameterType.STRING`.\n"]]