Properties Service
プロパティ
このサービスを使用すると、スクリプトは 1 つのスクリプト、1 つのスクリプトの 1 人のユーザー、エディタ アドオンが使用されている 1 つのドキュメントをスコープとする Key-Value ペアとして文字列を保存できます。各タイプのプロパティをどのような場合に使用するかについて詳しくは、プロパティ サービスのガイドをご覧ください。
クラス
名前 | 概要 |
Properties | プロパティ オブジェクトは、ユーザー、ドキュメント、スクリプトのプロパティにアクセスするためのインターフェースとして機能します。 |
PropertiesService | 1 つのスクリプト、1 つのスクリプトの 1 人のユーザー、アドオンが使用されている 1 つのドキュメントをスコープとする Key-Value ペアで、シンプルなデータを保存できます。 |
ScriptProperties
| スクリプト プロパティは、スクリプトによって永続ストアに保存される Key-Value ペアです。 |
UserProperties
| ユーザー プロパティは、ユーザーに固有の Key-Value ペアです。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 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."]]],[]]