I'm using NEST version 7.17 to communicate with Elasticsearch 7.17
I have a snapshot created without any issues. I'm able to restore the snapshot as well.
I can get the Elasticsearch index details in the snapshot via this endpoint
but these details are not returned by NEST client with GetSnapshotRequest even when IndexDetails is set to true.
has anyone faced this issue before?