UploadOptionBuilder
constructor( serializer: SupabaseSerializer, upsert: Boolean = false, userMetadata: JsonObject? = null, contentType: ContentType? = null, httpRequestOverrides: MutableList<HttpRequestOverride> = mutableListOf())(source)
Parameters
serializer
The serializer to use for encoding the metadata
upsert
Whether to update the file if it already exists
userMetadata
The user metadata to upload with the file
contentType
The content type of the file. If null, the content type will be inferred from the file extension