Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class FileStripeLevel.
Represents the striping options for files.
Protobuf type google.cloud.parallelstore.v1.FileStripeLevel
Namespace
Google \ Cloud \ Parallelstore \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FILE_STRIPE_LEVEL_UNSPECIFIED
Value: 0If not set, FileStripeLevel will default to FILE_STRIPE_LEVEL_BALANCED
Generated from protobuf enum FILE_STRIPE_LEVEL_UNSPECIFIED = 0;
FILE_STRIPE_LEVEL_MIN
Value: 1Minimum file striping
Generated from protobuf enum FILE_STRIPE_LEVEL_MIN = 1;
FILE_STRIPE_LEVEL_BALANCED
Value: 2Medium file striping
Generated from protobuf enum FILE_STRIPE_LEVEL_BALANCED = 2;
FILE_STRIPE_LEVEL_MAX
Value: 3Maximum file striping
Generated from protobuf enum FILE_STRIPE_LEVEL_MAX = 3;