Defines the possible states of a collection object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmCollectionState
public enum class _FsrmCollectionState
type _FsrmCollectionState
Public Enumeration _FsrmCollectionState
Members
| Member name | Description | |
|---|---|---|
| FsrmCollectionState_Cancelled | The collection operation (fetching or committing) was canceled. |
|
| FsrmCollectionState_Committing | The collection object is committing its data. |
|
| FsrmCollectionState_Complete | The collection object is complete (has stopped fetching or committing data). |
|
| FsrmCollectionState_Fetching | The collection object is fetching data. |
See Also
State
Microsoft.Storage Namespace
Return to top