Class DeleteObjectStoreEntriesCommandSettings
DeleteObjectStoreEntries
public sealed class DeleteObjectStoreEntriesCommandSettings : ICommand
- Inheritance
-
DeleteObjectStoreEntriesCommandSettings
- 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
KeyRange
Gets or sets the keyRange
[JsonPropertyName("keyRange")]
public KeyRange KeyRange { 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")]
public string SecurityOrigin { get; set; }