Show / Hide Table of Contents

Class ListObjects

List of the objects.

Inheritance
object
ListObjects
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ListObjects

Properties

NextStartWith

Declaration
[JsonProperty(PropertyName = "nextStartWith")]
public string NextStartWith { get; set; }
Property Value
Type Description
string

Object names returned by a list query must be greater or equal to this parameter.

Objects

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

List of the object summary data.

Remarks

Required

Prefixes

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

Array comprising of all the prefixes.

In this article
Back to top