Package io.milvus.client
Class DeleteByRangeParam.Builder
- java.lang.Object
-
- io.milvus.client.DeleteByRangeParam.Builder
-
- Enclosing class:
- DeleteByRangeParam
public static final class DeleteByRangeParam.Builder extends Object
Builder forDeleteByRangeParam
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteByRangeParambuild()DeleteByRangeParam.BuilderwithTimeout(long timeout)Optional.
-
-
-
Method Detail
-
withTimeout
public DeleteByRangeParam.Builder withTimeout(long timeout)
Optional. Sets the deadline from when the client RPC is set to when the response is picked up by the client. Default to 86400s (1 day).- Parameters:
timeout- in seconds- Returns:
Builder
-
build
public DeleteByRangeParam build()
-
-