UploadFileSearchStoreRequest

@Serializable
data class UploadFileSearchStoreRequest(val displayName: String? = null, val customMetadata: List<CustomMetadata>? = null, val chunkingConfig: ChunkingConfig? = null, val mimeType: String? = null)

Request body for uploading to a FileSearchStore.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, customMetadata: List<CustomMetadata>? = null, chunkingConfig: ChunkingConfig? = null, mimeType: String? = null)

Properties

Link copied to clipboard

Config for telling the service how to chunk the data.

Link copied to clipboard

Custom metadata to be associated with the data.

Link copied to clipboard
val displayName: String?

Optional. Display name of the created document.

Link copied to clipboard
val mimeType: String?

Optional. MIME type of the data.