UseSessions
Specifies whether to use sessions when connecting to Excel Online through the Microsoft Graph API.
データ型
bool
デフォルト値
true
解説
When this property is set to true, the connector creates a persistent session with the Graph API for Excel Online, improving data consistency and performance for multiple operations.
When UseSessions is set to false, each operation uses its own session instead of reusing a persistent one, which can reduce performance and data consistency.
Important: Always close connections when finished. Failure to do so prevents the session from being terminated and can lead to unnecessary server resource consumption.
It is recommended to keep this option enabled (default) for optimal performance and data reliability.