Show / Hide Table of Contents

Class BatchDeleteObjectIdentifier

Delete object details.

Inheritance
object
BatchDeleteObjectIdentifier
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top