Skip to content

Commit 22b86ab

Browse files
committed
clarify completedTimeTo is exclusive in Javadoc
1 parent e64acf5 commit 22b86ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

exporthistory/src/main/java/com/microsoft/durabletask/exporthistory/models/ExportJobCreationOptions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ public ExportJobCreationOptions() {
5555
* @param jobId the job ID, or {@code null} to auto-generate
5656
* @param mode the export mode (BATCH or CONTINUOUS)
5757
* @param completedTimeFrom inclusive start of the completed time window
58-
* @param completedTimeTo inclusive end of the completed time window (required for BATCH, null for CONTINUOUS)
58+
* @param completedTimeTo exclusive end of the completed time window — must be strictly after
59+
* {@code completedTimeFrom} (required for BATCH, null for CONTINUOUS)
5960
* @param destination blob storage destination, or {@code null} to use defaults
6061
* @param format export format, or {@code null} for default (JSONL+gzip)
6162
* @param runtimeStatus runtime status filter, or {@code null} for all terminal statuses

0 commit comments

Comments
 (0)