Skip to content

Conversation

@informalict
Copy link
Contributor

@informalict informalict commented Feb 9, 2022

Add new fields to the public structure CreateCollectionOptions (v1 and v2):

InternalValidatorType int    `json:"internalValidatorType,omitempty"`
IsDisjoint            bool  
SyncByRevision bool         `json:"syncByRevision,omitempty"`

Add new fields to the structure public InventoryCollectionParameters (only v1):

CacheEnabled bool `json:"cacheEnabled,omitempty"`
GloballyUniqueId string `json:"globallyUniqueId,omitempty"`
InternalValidatorType int `json:"internalValidatorType,omitempty"`
IsDisjoint bool `json:"isDisjoint,omitempty"`
IsSmartChild bool `json:"isSmartChild,omitempty"`
Schema            *CollectionSchemaOptions `json:"schema,omitempty"`
ShadowCollections []int

Fields in structures were sorted alphabetically, so that is why we can see many changes.
New fields are required by the arangosync

@cla-bot cla-bot bot added the cla-signed label Feb 9, 2022
@informalict
Copy link
Contributor Author

branch has been moved to #371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants