RepoConfig

abstract class RepoConfig(val provider: String, val partitions: Int)

Abstract class representing the configuration for repositories.

Constructors

Link copied to clipboard
constructor(provider: String, partitions: Int)

Properties

Link copied to clipboard
open val partitions: Int

The number of partitions to be created for the repository.

Link copied to clipboard

This helps reference what interface is being used to provide the repo.