Class ClearObjectStoreCommandSettings
ClearObjectStore
public sealed class ClearObjectStoreCommandSettings : ICommand
- Inheritance
-
ClearObjectStoreCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DatabaseName
Gets or sets the databaseName
[JsonPropertyName("databaseName")]
public string DatabaseName { get; set; }
Property Value
ObjectStoreName
Gets or sets the objectStoreName
[JsonPropertyName("objectStoreName")]
public string ObjectStoreName { get; set; }
Property Value
SecurityOrigin
Gets or sets the securityOrigin
[JsonPropertyName("securityOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string SecurityOrigin { get; set; }
Property Value
StorageBucket
Gets or sets the storageBucket
[JsonPropertyName("storageBucket")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StorageBucket StorageBucket { get; set; }
Property Value
StorageKey
Gets or sets the storageKey
[JsonPropertyName("storageKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StorageKey { get; set; }