1. ScrollRequest

Class ScrollRequest

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Inheritance
System.Object
ScrollRequest
Namespace: Stylelabs.M.Base.Querying
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class ScrollRequest : QueryLoadingResource

Properties

EntityLoadOptions

Indicates if and how entities resulting entities should be loaded. By default, no entities will be loaded.

Declaration
public EntityLoadOptions EntityLoadOptions { get; set; }
Property Value
TypeDescription
EntityLoadOptions

ScrollId

The id of the scroll session to get the next results for.

Declaration
public string ScrollId { get; set; }
Property Value
TypeDescription
System.String

ScrollTime

The time to keep the scroll session alive.

Declaration
public TimeSpan ScrollTime { get; set; }
Property Value
TypeDescription
TimeSpan
この記事を改善するための提案がある場合は、 お知らせください!