Class VectorStoreConnectorFileSyncCollection
Results of a VectorStoreConnectorFileSync search.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class VectorStoreConnectorFileSyncCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<VectorStoreConnectorFileSyncSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VectorStoreConnectorFileSyncSummary> | List of VectorStoreConnectorFileSync operations. |
Remarks
Required