I had stopped at BinaryObject, and didn't follow the indirection though
type() to BinaryType. I think I assumed that this had only information at
the higher level, and wouldn't drill down into the fields.
This also answers a question about how to enumerate the fields.
Thanks.
-DH
On Wed, Mar 28,
Dave,
There is one way to delete meta data.
You could find typeId using ignite.binary().type("package.Employeee").typeId()
and remove .bin files in all *binary_meta* subfolders.
Dave,
I suppose there isn't way to delete the schema.
You could get the meta information about binary objects using Ignite#binary()
method.
For example ignite.binary().type("package.Employeee").fieldTypeName("name").
Thanks,
Pavel
2018-03-24 1:10 GMT+03:00 Dave Harvey :
> Once a BinaryObjectS
Once a BinaryObjectSchema is created, it is not possible to change the type
of a field for a known field name.
My question is whether there is any way to determine the type of that field
in the Schema.
We are hitting a case were the way we get the data out of a different
database returns a TIME