1 write to OtherRecordKey
Microsoft.Extensions.VectorData.ConformanceTests (1)
TypeTests\DataTypeTests.cs (1)
462OtherRecordKey = GenerateNextKey<TKey>();
4 references to OtherRecordKey
Microsoft.Extensions.VectorData.ConformanceTests (4)
TypeTests\DataTypeTests.cs (4)
171await fixture.Collection.DeleteAsync([fixture.MainRecordKey, fixture.OtherRecordKey, fixture.NullRecordKey]); 196await fixture.Collection.DeleteAsync([fixture.MainRecordKey, fixture.OtherRecordKey, fixture.NullRecordKey]); 249otherRecord.Key = fixture.OtherRecordKey; 295otherRecord[nameof(RecordBase.Key)] = fixture.OtherRecordKey;