Skip to main content

RefreshExternalCollectionState

This type represents the state of a refresh external collection job.

go
type RefreshExternalCollectionState milvuspb.RefreshExternalCollectionState

CONSTANTS:

  • RefreshStatePending -
    The job is pending and has not started yet.

  • RefreshStateInProgress -
    The job is currently in progress.

  • RefreshStateCompleted -
    The job has completed successfully.

Ctrl I