Difference between revisions of "Editing a model's details"

no edit summary
Line 17: Line 17:
#: '''Anonymous''' will not require any credentials when accessing data.
#: '''Anonymous''' will not require any credentials when accessing data.
# Choose the [[Archive Types|Archive Type]].
# Choose the [[Archive Types|Archive Type]].
#: '''Live''' optimises the model for end user use. At all times the latest data is returned. Its the archive type generally used once development has completed
#: '''Live''' optimises the model for end user use.
#: '''Developer''' optimises the model for development. For periods of up to 8 hours, the last cached data is returned. The benefit of this Archive type is that it makes refreshes faster but the downside is your not always retrieving the latest data. This is the default when creating a model. Once development is completed switch it back to '''Live'''
#: '''Developer''' optimises the model for development is faster by refreshes are once every 8 hours
#: '''Static''' optimises the model for historica data that never changes. that data to pull blocks of records that will never change. The model only returns the latest data once for the defined parameters and then caches it and only ever returns that cached data going forward. Use this option if you wish to report on historical data from previous financial years and append with live data for the current year.
#: '''Static''' optimises the model for historica data that never changes.  
# Enter a '''Default Start Date''' and '''End Date''' to control how much data is retrieved.
# Enter a '''Default Start Date''' and '''End Date''' to control how much data is retrieved.
#: These dates will apply when no date filters are applied via the [[OData client]].
#: These dates will apply when no date filters are applied via the [[OData client]].