diff options
Diffstat (limited to 'jb-ui/src/api_fsb/docs/CountStat.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/CountStat.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/CountStat.md b/jb-ui/src/api_fsb/docs/CountStat.md new file mode 100644 index 0000000..4baad8f --- /dev/null +++ b/jb-ui/src/api_fsb/docs/CountStat.md @@ -0,0 +1,22 @@ +# CountStat + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**facet** | [**{ [key: string]: FacetValue; }**](FacetValue.md) | The grouping criteria | [default to undefined] +**count** | **number** | The count value for the given metric and facet | [default to undefined] + +## Example + +```typescript +import { CountStat } from './api'; + +const instance: CountStat = { + facet, + count, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
