MCPcopy Create free account

hub / github.com/deusdat/arangomigo / types & classes

Types & classes32 in github.com/deusdat/arangomigo

StructAQL
AQL allows arbitrary AQL execution as part of the migration.
migrations.go:168
TypeAliasAction
Action enumerated values for valid operation actions.
migrations.go:30
StructCollection
Collection the YAML struct for configuring a collection migration.
migrations.go:74
StructConfig
Config The content of a migration configuration.
arangomigo.go:90
StructConsolidationPolicy
ConsolidationPolicy holds threshold values specifying when to consolidate view data. see ArangoSearchConsolidationPolicy ArangoSearchConsolidationPo
migrations.go:251
StructDatabase
Database the YAML struct for configuring a database migration.
migrations.go:63
StructEdgeDefinition
EdgeDefinition contains all information needed to define a single edge in a graph.
migrations.go:176
StructFullTextIndex
FullTextIndex defines how to build a full text index on a field
migrations.go:89
StructGeoIndex
GeoIndex creates a GeoIndex within the specified collection.
migrations.go:98
StructGraph
Graph allows a user to manage graphs
migrations.go:186
StructHashIndex
HashIndex creates a hash index on the fields within the specified Collection.
migrations.go:107
StructInvertedIndex
migrations.go:148
InterfaceMigration
Migration all the operations necessary to modify a database, even make one.
impls.go:22
StructMockArangoSearchView
Simple struct that implements Arango's ArangoSearchView interface.
impls_view_test.go:40
StructMockCol
impl_test.go:18
StructMockDB
impl_test.go:8
StructMockView
Simple struct that mocks Arango's View interface.
impls_view_test.go:13
StructOperation
Operation the common elements for all migrations.
migrations.go:21
StructPairedMigrations
PairedMigrations Defines the primary change and an undo operation if provided. Presently undo is not a supported feature. After reading Flyway's histo
migrations.go:208
StructPersistentIndex
PersistentIndex creates a persistent index on the collections' fields.
migrations.go:118
StructPipelineAnalyzer
migrations.go:287
StructSearchAliasView
migrations.go:234
StructSearchAliasViewIndex
migrations.go:240
StructSearchElementProperties
SearchElementProperties contains properties that specify how an element is indexed in an ArangoSearch view. Note that this structure is recursive. Set
migrations.go:270
StructSearchView
SearchView contains all the information needed to create an Arango Search SearchView.
migrations.go:214
StructSkiplistIndex
SkiplistIndex creates a sliplist index on the collections' fields.
migrations.go:138
StructSortField
SortField describes a field and whether its ascending or not used for primary search.
migrations.go:259
TypeAliasStringArray
arangomigo.go:71
StructTTLIndex
TTLIndex creates a TTL index on the collections' fields.
migrations.go:129
StructUser
User the data used to update a user account
migrations.go:57
Structmigration
Processed marker. Declared here since it's impl related.
impls.go:76
Structrecipe
arangomigo_test.go:236