Show / Hide Table of Contents

Class SyncJobCollection

Results of a sync job search. Contains both sync job summary items and other information, such as metadata.

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

Properties

Items

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

List of sync jobs.

Remarks

Required

In this article
Back to top