Class FileOptions
public class FileOptions
- Inheritance
-
FileOptions
- Inherited Members
Properties
CacheControl
[JsonProperty("cacheControl")]
public string CacheControl { get; set; }
Property Value
ContentType
[JsonProperty("contentType")]
public string ContentType { get; set; }
Property Value
Upsert
[JsonProperty("upsert")]
public bool Upsert { get; set; }