Class FileObjectV2
- Namespace
- Supabase.Storage
- Assembly
- Supabase.Storage.dll
public class FileObjectV2
- Inheritance
-
FileObjectV2
- Inherited Members
-
Properties
BucketId
[JsonProperty("bucket_id")]
public string? BucketId { get; set; }
Property Value
- string
CacheControl
[JsonProperty("cache_control")]
public string? CacheControl { get; set; }
Property Value
- string
ContentType
[JsonProperty("content_type")]
public string? ContentType { get; set; }
Property Value
- string
CreatedAt
[JsonProperty("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
- DateTime?
Etag
[JsonProperty("etag")]
public string? Etag { get; set; }
Property Value
- string
Id
[JsonProperty("id")]
public string Id { get; set; }
Property Value
- string
LastAccessedAt
[JsonProperty("last_accessed_at")]
public DateTime? LastAccessedAt { get; set; }
Property Value
- DateTime?
LastModified
[JsonProperty("last_modified")]
public DateTime? LastModified { get; set; }
Property Value
- DateTime?
[JsonProperty("metadata")]
public Dictionary<string, string>? Metadata { get; set; }
Property Value
- Dictionary<string, string>
Name
[JsonProperty("name")]
public string? Name { get; set; }
Property Value
- string
Size
[JsonProperty("size")]
public int? Size { get; set; }
Property Value
- int?
UpdatedAt
[JsonProperty("updated_at")]
public DateTime? UpdatedAt { get; set; }
Property Value
- DateTime?
Version
[JsonProperty("version")]
public string Version { get; set; }
Property Value
- string