ChangeFeedProcessorBuilder.WithStartTime(DateTime) メソッド

定義

後に変更の検索を開始する時間 (排他) を設定します。

public Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithStartTime (DateTime startTime);
member this.WithStartTime : DateTime -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public Function WithStartTime (startTime As DateTime) As ChangeFeedProcessorBuilder

パラメーター

startTime
DateTime

変更の検索を開始する日時。

戻り値

使用する の ChangeFeedProcessorBuilder インスタンス。

注釈

これは、(1) リース ストアが初期化されておらず、リースが存在し、継続トークンがある場合は無視される場合にのみ使用されます。 (2) StartContinuation が指定されていません。 これを指定した場合、StartFromBeginning は無視されます。

適用対象