Class MinioOptions
Specifies cluster Minio options.
Namespace: Neon.Kube.ClusterDef
Assembly: Neon.Kube.dll
Syntax
public class MinioOptions
Properties
VolumeSize
The size of each volume to be mounted to each server.
Declaration
[JsonProperty(PropertyName = "VolumeSize", Required = Required.Default)]
[YamlMember(Alias = "volumeSize", ApplyNamingConventions = false)]
public string VolumeSize { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumesPerNode
Specifies the number of volumes per server. This defaults to 4.
Declaration
[JsonProperty(PropertyName = "VolumesPerNode", Required = Required.Default)]
[YamlMember(Alias = "volumesPerNode", ApplyNamingConventions = false)]
public int VolumesPerNode { get; set; }
Property Value
Type | Description |
---|---|
int |