Show / Hide Table of Contents

Class VectorStoreConnectorIngestionLogsCollection

Results of a VectorStoreConnector Ingestion Log search.

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

Properties

Items

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

List of VectorStoreConnectorIngestionLogs objects.

Remarks

Required

In this article
Back to top