Show / Hide Table of Contents

Class ObjectVersionCollection

To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see Getting Started with Policies.

Inheritance
object
ObjectVersionCollection
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 ObjectVersionCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ObjectVersionSummary> Items { get; set; }
Property Value
Type Description
List<ObjectVersionSummary>

An array of object version summaries.

Remarks

Required

Prefixes

Declaration
[JsonProperty(PropertyName = "prefixes")]
public List<string> Prefixes { get; set; }
Property Value
Type Description
List<string>

Prefixes that are common to the results returned by the request if the request specified a delimiter.

In this article
Back to top