Enum BigQueryParameterType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Bigक्वेरीपैरामीटरटाइप
एक एनम, जो BigQuery पैरामीटर के उन टाइप के बारे में बताता है जिन्हें सेट किया जा सकता है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
DataStudioApp.BigQueryParameterType.STRING
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
STRING | Enum | स्ट्रिंग. |
INT64 | Enum | 64-बिट इंटिजर. |
BOOL | Enum | बूलियन. |
FLOAT64 | Enum | 64-बिट फ़्लोटिंग पॉइंट नंबर. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eBigQueryParameterType\u003c/code\u003e is an enum used to define parameter types for BigQuery.\u003c/p\u003e\n"],["\u003cp\u003eTo specify a parameter type, use the format: \u003ccode\u003eDataStudioApp.BigQueryParameterType.[TYPE]\u003c/code\u003e, replacing \u003ccode\u003e[TYPE]\u003c/code\u003e with the desired type (e.g., \u003ccode\u003eSTRING\u003c/code\u003e, \u003ccode\u003eINT64\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eSupported BigQuery parameter types include \u003ccode\u003eSTRING\u003c/code\u003e, \u003ccode\u003eINT64\u003c/code\u003e, \u003ccode\u003eBOOL\u003c/code\u003e, and \u003ccode\u003eFLOAT64\u003c/code\u003e, representing text, integer, boolean, and floating-point number values, respectively.\u003c/p\u003e\n"]]],["`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"],null,["# Enum BigQueryParameterType\n\nBigQueryParameterType\n\nAn enum that defines the BigQuery parameter types that you can set.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nDataStudioApp.BigQueryParameterType.STRING`. \n\n### Properties\n\n| Property | Type | Description |\n|-----------|--------|-------------------------------|\n| `STRING` | `Enum` | String. |\n| `INT64` | `Enum` | 64-bit integer. |\n| `BOOL` | `Enum` | Boolean. |\n| `FLOAT64` | `Enum` | 64-bit floating point number. |"]]