Data retention options can be all data or static data only.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property DataRetention() As AgECvDataRetention |
| [C#] |
|---|
public AgECvDataRetention DataRetention {get; set;} |
| [Managed C++] |
|---|
public: __property AgECvDataRetention get_DataRetention(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECvDataRetention getDataRetention(); public void setDataRetention( AgECvDataRetention ); |
[Python - STK API ] |
|---|
@property def DataRetention(self) -> "AgECvDataRetention": @DataRetention.setter def DataRetention(self, DataRetention:"AgECvDataRetention") -> None: |






