milvus-sdk-csharp
milvus-sdk-csharp copied to clipboard
Support default and nullable fields
@roji your input will be super valuable for this one.
I would like FieldSchema.Create<TData> to set the field as nullable automatically if the TData is a Nullable. For references types, maybe we could introduce a second method that takes an optional bool nullable or maybe there is something to do with C# 8 nullables?