7 writes to Type
Microsoft.Extensions.VectorData.Abstractions (2)
RecordDefinition\VectorStoreProperty.cs (2)
31
Type
= type;
38
Type
= source.Type;
Microsoft.Extensions.VectorData.Abstractions.Tests (5)
CollectionModelBuilderTests.cs (5)
311
recordDefinition.Properties[0].
Type
= null;
316
recordDefinition.Properties[0].
Type
= typeof(int);
317
recordDefinition.Properties[1].
Type
= null;
322
recordDefinition.Properties[1].
Type
= typeof(string);
323
recordDefinition.Properties[2].
Type
= null;
4 references to Type
Microsoft.Extensions.VectorData.Abstractions (3)
ProviderServices\CollectionModelBuilder.cs (1)
232
?? definitionProperty?.
Type
RecordDefinition\VectorStoreProperty.cs (1)
38
Type = source.
Type
;
RecordDefinition\VectorStoreVectorProperty.cs (1)
100
=> new(Name,
Type
?? throw new InvalidOperationException(VectorDataStrings.MissingTypeOnPropertyDefinition(this)))
Microsoft.Extensions.VectorData.ConformanceTests (1)
TypeTests\DataTypeTests.cs (1)
328
=> property.
Type
switch