[]
Provides info about the hub and collection status.
public class InitializationResult
| Name | Description |
|---|---|
| InitializationResult() |
| Name | Description |
|---|---|
| CanFilter | Gets whether the collection can be filtered. |
| CanInsert | Gets whether the collection can insert items. |
| CanLoadMoreItems | Gets whether the collection can load more items on-demand. |
| CanMove | Gets whether the collection can move items. |
| CanRemove | Gets whether the collection can remove items. |
| CanReplace | Gets whether the collection can replace items. |
| CanSort | Gets whether the collection can be sorted. |
| Count | Gets the number of items in the collection. |
| ETag | Token used to resolve conflicts between different clients updating the same data. |