Table of Contents

Class PurgeCacheOptions

Namespace
Supabase.Storage
Assembly
Supabase.Storage.dll
public class PurgeCacheOptions
Inheritance
PurgeCacheOptions
Inherited Members
Extension Methods

Properties

Transformations

If true, purges only the transformations (resized/formatted variants) for the object or bucket, leaving the original cached file intact. If left null, all cached versions are purged.

public bool? Transformations { get; set; }

Property Value

bool?