Class BatchDeleteObjectIdentifier
Delete object details.
Inherited Members
Namespace: Oci.ObjectstorageService.Models
Assembly: OCI.DotNetSDK.Objectstorage.dll
Syntax
public class BatchDeleteObjectIdentifier
Properties
IfMatch
Declaration
[JsonProperty(PropertyName = "ifMatch")]
public string IfMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The entity tag (ETag) to match. Avoid entering confidential information. Example: etag1 |
ObjectName
Declaration
[Required(ErrorMessage = "ObjectName is required.")]
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the object to delete. Avoid entering confidential information. Example: test/object1.log |
Remarks
Required