FSFileSupport

API: Stable

Declares which file-level operations a product supports

data class FSFileSupport(
    val aclModifiable: Boolean?,
    val trashSupported: Boolean?,
    val isReadOnly: Boolean?,
    val searchSupported: Boolean?,
    val streamingSearchSupported: Boolean?,
)
Properties
aclModifiable: Boolean?
trashSupported: Boolean?
isReadOnly: Boolean?
searchSupported: Boolean? Declares support for the normal search endpoint

NOTE(Dan, 01/09/2022): For backwards compatibility, this is true by default, however, this will likely change to false in a later release. Providers should explicitly declare support for this endpoint for the time being.

streamingSearchSupported: Boolean? Declares support for the streamingSearch endpoint