-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
{
"indexingMode": "consistent",
"automatic": true,
"includedPaths": [
{
"path": "/familyId/?"
},
{
"path": "/date/?"
}
],
"excludedPaths": [
{
"path": "/*"
},
{
"path": "/\"_etag\"/?"
}
],
"compositeIndexes": [
[
{
"path": "/familyId",
"order": "ascending"
},
{
"path": "/date",
"order": "ascending"
}
]
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request