Class PatchFileObjectStorageBucketContentDetails
Details about Object Storage Bucket source. Restricted to the region this is called.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PatchFileObjectStorageBucketContentDetails : PatchFileContentDetailsProperties
BucketName
Declaration
[Required(ErrorMessage = "BucketName is required.")]
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Bucket Name. | 
Remarks
Required
Checksum
Declaration
[Required(ErrorMessage = "Checksum is required.")]
[JsonProperty(PropertyName = "checksum")]
public string Checksum { get; set; }Property Value
| Type | Description | 
|---|---|
| string | md5 checksum of the artifact. | 
Remarks
Required
NamespaceName
Declaration
[Required(ErrorMessage = "NamespaceName is required.")]
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Namespace. | 
Remarks
Required
ObjectName
Declaration
[Required(ErrorMessage = "ObjectName is required.")]
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Object Name. | 
Remarks
Required