fileStripeLevel property
Stripe level for files.
Allowed values are: * FILE_STRIPE_LEVEL_MIN
: offers the best performance
for small size files. * FILE_STRIPE_LEVEL_BALANCED
: balances performance
for workloads involving a mix of small and large files. *
FILE_STRIPE_LEVEL_MAX
: higher throughput performance for larger files.
Optional. Immutable. Possible string values are:
- "FILE_STRIPE_LEVEL_UNSPECIFIED" : If not set, FileStripeLevel will default to FILE_STRIPE_LEVEL_BALANCED
- "FILE_STRIPE_LEVEL_MIN" : Minimum file striping
- "FILE_STRIPE_LEVEL_BALANCED" : Medium file striping
- "FILE_STRIPE_LEVEL_MAX" : Maximum file striping
Implementation
core.String? fileStripeLevel;