public class VertexCollectionCreateOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VertexCollectionCreateOptions.Options |
Constructor and Description |
---|
VertexCollectionCreateOptions() |
Modifier and Type | Method and Description |
---|---|
protected VertexCollectionCreateOptions |
collection(String collection) |
protected String |
getCollection() |
Collection<String> |
getSatellites() |
VertexCollectionCreateOptions |
satellites(String... satellites) |
protected String getCollection()
protected VertexCollectionCreateOptions collection(String collection)
collection
- The name of the collectionpublic 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.