Class DataEntry NamespaceOpenQA.Selenium.DevTools.V131.IndexedDB AssemblyWebDriver.dll DataEntry public sealed class DataEntry Inheritance object DataEntry Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Properties Key key [JsonPropertyName("key")] public RemoteObject Key { get; set; } Property Value RemoteObject PrimaryKey primaryKey [JsonPropertyName("primaryKey")] public RemoteObject PrimaryKey { get; set; } Property Value RemoteObject Value value [JsonPropertyName("value")] public RemoteObject Value { get; set; } Property Value RemoteObject