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