7 writes to Type
Microsoft.Extensions.VectorData.Abstractions (2)
RecordDefinition\VectorStoreProperty.cs (2)
31Type = type; 38Type = source.Type;
Microsoft.Extensions.VectorData.Abstractions.Tests (5)
CollectionModelBuilderTests.cs (5)
311recordDefinition.Properties[0].Type = null; 316recordDefinition.Properties[0].Type = typeof(int); 317recordDefinition.Properties[1].Type = null; 322recordDefinition.Properties[1].Type = typeof(string); 323recordDefinition.Properties[2].Type = null;
4 references to Type
Microsoft.Extensions.VectorData.Abstractions (3)
ProviderServices\CollectionModelBuilder.cs (1)
232?? definitionProperty?.Type
RecordDefinition\VectorStoreProperty.cs (1)
38Type = 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