Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property limits the number of days' worth of records returned by API requests to a maximum of 30 days by default. |
| What area does it affect? |
API data retrieval |
| What does the default mean? |
The default value is "30", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting data retrieval limits or optimizing API performance. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.platform_ml.api.csv_split_days |
| Sys ID |
0afce41d3b323200956c47b334efc402 |
| Type |
integer |
| Application |
Global |
| Default value |
30 |
| Description |
Maximum number of days worth of records one request can retrieve |
| Updated |
2024-05-25 03:59:34 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... glide.platform_ml.api.csv_min_line Sets the minimum number of records required for Classification solution training. • Type: Integer • Default value: 10000 Maximum number of days worth of records on request can retrieve glide.platform_ml.api.csv_split_days Sets the maximum number of days a single request can retrieve from your records. • Type: Integer • Default value: 30 Maximum number of records per table for word corpus ...
Related properties