Table of Contents

Class FileObject

Namespace
Supabase.Storage
Assembly
Supabase.Storage.dll
public class FileObject
Inheritance
FileObject
Inherited Members

Fields

MetaData

[JsonProperty("metadata")]
public Dictionary<string, object> MetaData

Field Value

Dictionary<string, object>

Properties

BucketId

[JsonProperty("bucket_id")]
public string? BucketId { get; set; }

Property Value

string

Buckets

[JsonProperty("buckets")]
public Bucket? Buckets { get; set; }

Property Value

Bucket

CreatedAt

[JsonProperty("created_at")]
public DateTime? CreatedAt { get; set; }

Property Value

DateTime?

Id

[JsonProperty("id")]
public string? Id { get; set; }

Property Value

string

IsFolder

Flag representing if this object is a folder, all properties will be null but the name

public bool IsFolder { get; }

Property Value

bool

LastAccessedAt

[JsonProperty("last_accessed_at")]
public DateTime? LastAccessedAt { get; set; }

Property Value

DateTime?

Name

[JsonProperty("name")]
public string? Name { get; set; }

Property Value

string

Owner

[JsonProperty("owner")]
public string? Owner { get; set; }

Property Value

string

UpdatedAt

[JsonProperty("updated_at")]
public DateTime? UpdatedAt { get; set; }

Property Value

DateTime?