GeoEco.DataProducts.NASA.Earthdata.CMRGranuleSearcher.SetLazyPropertyValue
- CMRGranuleSearcher.SetLazyPropertyValue(name, value)
Sets the lazy property with the specified name to the specified value.
- Parameters:
name (
str) – Name of the lazy property to set. Minimum length꞉ 1. Must match regular expression꞉[a-zA-Z][a-zA-Z0-9_]+.value (
object) – Value of the lazy property. In general, lazy properties cannot have the value ofNone. IfNoneis provided here, it will effectively unset the lazy property, restoring it to the state of not having a value.