Connection
このセクションでは、本プロバイダーの接続文字列で設定可能なConnection プロパティの全リストを提供します。
| プロパティ | 説明 |
| Spreadsheet | 参照されるスプレッドシートの名前もしくはId のカンマ区切りのリスト。 |
| FolderName | FolderName='name1,name2' の形式でスプレッドシートを取得するフォルダの名前のカンマ区切りリスト。 |
| FolderId | FolderId='id1,id2,id3' の形式でスプレッドシートを取得するフォルダのId のカンマ区切りリスト。 |
| ShowTrashedFiles | ごみ箱の中のファイルをリストするかどうかを示します。 |
| TeamDriveSupport | チームドライブのアイテムを取得するかどうかを決定します。 |
| UseIdAsTableName | Indicates whether or not to use Ids as Spreadsheet and Sheet name. |
| TeamDrive | A drive's names or ids from which to retrieve spreadsheets in the format TeamDrive='Shared drive 2, Shared drive 3', or TeamDrive='0BKwyFj1j9FOsUk9EVO, 0ANMIP9RIe1LQUk9PVA'. |
| DomainSharedFilesOnly | Boolean determining if the exposed sheets are limited to only the sheets shared to the user's domain or not. |
| RecurseFolders | Used in case FolderId/FolderName properties are defined. If set to True this makes the driver return all the Spreadsheets inside nested folders, else the driver will return only the files directly to that foder. By default this is set to false. |
| IgnoreErrorValues | When reading the data, we throw an exception or ignore the formula error based on IgnoreErrorValues=True/False. |