public final class VertexCollectionCreateOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VertexCollectionCreateOptions.Options |
Constructor and Description |
---|
VertexCollectionCreateOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getCollection() |
VertexCollectionCreateOptions.Options |
getOptions() |
Collection<String> |
getSatellites() |
VertexCollectionCreateOptions |
satellites(String... satellites) |
public String getCollection()
public VertexCollectionCreateOptions.Options getOptions()
public Collection<String> getSatellites()
public VertexCollectionCreateOptions satellites(String... satellites)
satellites
- collection names that will be used to create SatelliteCollections
for a Hybrid (Disjoint) SmartGraph (Enterprise Edition only). Each array element
must be a valid collection name. The collection type cannot be modified later.Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.