mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 22:18:23 +00:00
GitBook: [main] one page modified
This commit is contained in:
parent
cb2b3dc001
commit
7c28e92c84
@ -1,6 +1,6 @@
|
|||||||
# Daily Count
|
# Daily Count
|
||||||
|
|
||||||
This schema defines the type for reporting the daily count of some measurement. Example - number of times a table was used in queries per day.
|
This schema defines the type for reporting the daily count of some measurement. For example, you might use this schema for the number of times a table is queried each day.
|
||||||
|
|
||||||
**$id:** [**https://open-metadata.org/schema/type/dailyCount.json**](https://open-metadata.org/schema/type/dailyCount.json)
|
**$id:** [**https://open-metadata.org/schema/type/dailyCount.json**](https://open-metadata.org/schema/type/dailyCount.json)
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ This schema does not accept additional properties.
|
|||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
* **count** `required`
|
* **count** `required`
|
||||||
* Daily count of a measurement on the given date.
|
* Daily count of a measurement on the given date
|
||||||
* Type: `integer`
|
* Type: `integer`
|
||||||
* Range: ≥ 0
|
* Range: ≥ 0
|
||||||
* **date** `required`
|
* **date** `required`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user