Properties Service
プロパティ
このサービスを使用すると、スクリプトは、1 つのスクリプト、1 つのスクリプトのユーザー、またはエディタ アドオンが使用されている 1 つのドキュメントにスコープされた Key-Value ペアとして文字列を保存できます。各タイプのプロパティを使用するタイミングの詳細については、Properties サービスのガイドをご覧ください。
クラス
名前 | 概要 |
Properties | properties オブジェクトは、ユーザー、ドキュメント、スクリプトのプロパティにアクセスするためのインターフェースとして機能します。 |
PropertiesService | スクリプトでは、1 つのスクリプト、1 人のスクリプト ユーザー、またはアドオンが使用されている 1 つのドキュメントにスコープされた Key-Value ペア形式のシンプルなデータを保存できます。 |
ScriptProperties
| スクリプト プロパティは、スクリプトによって永続ストアに保存される Key-Value ペアです。 |
UserProperties
| ユーザー プロパティは、ユーザーに固有の Key-Value ペアです。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 UTC。"],[[["The Properties Service allows scripts to store data as key-value pairs, with different scopes available: script, user, or document."],["This service offers classes for managing properties like Properties, PropertiesService, ScriptProperties, and UserProperties, each with its own specific purpose."],["Properties can be manipulated with methods such as deleting, retrieving by key or in bulk, and setting new values."],["Different property stores can be accessed, including document-specific, script-wide, or user-specific stores, through the PropertiesService class."]]],[]]