Class UpdateExportSetDetails
Details for updating the export set.
Inherited Members
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class UpdateExportSetDetailsProperties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A user-friendly name. It does not have to be unique, and it is changeable.
Avoid entering confidential information.
 | 
MaxFsStatBytes
Declaration
[JsonProperty(PropertyName = "maxFsStatBytes")]
public long? MaxFsStatBytes { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | Controls the maximum  | 
MaxFsStatFiles
Declaration
[JsonProperty(PropertyName = "maxFsStatFiles")]
public long? MaxFsStatFiles { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | Controls the maximum  |