Skip to content

Conversation

@informalict
Copy link
Contributor

@informalict informalict commented Feb 21, 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

@informalict informalict requested a review from ajanikow February 21, 2022 20:23
@jwierzbo jwierzbo merged commit e985a4b into master Feb 21, 2022
@jwierzbo jwierzbo deleted the tg-224/disjoint-smart-graphs branch February 21, 2022 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants