Class DeleteObjectResponse
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.S3
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class DeleteObjectResponse
Properties
| Edit this page View SourceDeleteMarker
Indicates whether the specified object version was (true) or was not (false) a delete marker before deletion. In a simple DELETE, this indicates whether the current version of the object is a delete marker. Not supported for directory buckets.
Declaration
public bool? DeleteMarker { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
RequestCharged
If present, indicates that the requester was successfully charged for the request. Not supported for directory buckets.
Declaration
public string RequestCharged { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VersionId
Returns the version ID of the delete marker created as a result of the DELETE operation. Not supported for directory buckets.
Declaration
public string VersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |