Class VertexCollectionCreateOptions

java.lang.Object
com.arangodb.model.VertexCollectionCreateOptions

public final class VertexCollectionCreateOptions extends Object
Author:
Mark Vollmary
  • Constructor Details

    • VertexCollectionCreateOptions

      public VertexCollectionCreateOptions()
  • Method Details

    • getCollection

      public String getCollection()
    • getOptions

    • getSatellites

      public Collection<String> getSatellites()
    • satellites

      public VertexCollectionCreateOptions satellites(String... satellites)
      Parameters:
      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.
      Returns:
      options
      Since:
      ArangoDB 3.9.0