Enum DataSourceRefreshScope
ডেটাসোর্স রিফ্রেশস্কোপ রিফ্রেশের জন্য সুযোগের একটি গণনা।
একটি enum কল করার জন্য, আপনি তার পিতামাতার শ্রেণী, নাম এবং সম্পত্তি কল করুন। উদাহরণস্বরূপ, SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES
।
বৈশিষ্ট্য
সম্পত্তি | টাইপ | বর্ণনা |
---|
DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED | Enum | তথ্য উৎস রিফ্রেশ সুযোগ অসমর্থিত. |
ALL_DATA_SOURCES | Enum | রিফ্রেশ স্প্রেডশীটের সমস্ত ডেটা উত্সে প্রযোজ্য। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`DataSourceRefreshScope` is used to define the scope of data refreshes within a spreadsheet."],["You can specify the scope using properties like `ALL_DATA_SOURCES` to refresh all data sources or `DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED` if the scope is not supported."],["To use these properties, you need to call them using the parent class followed by the enum name and property like `SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES`."]]],[]]