public final class LoggingProperties extends Object
| Constructor and Description | 
|---|
LoggingProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
EnumSet<LoggingOperations> | 
getLogOperationTypes()
Gets an  
EnumSet | 
Integer | 
getRetentionIntervalInDays()
Gets the retention interval (in days). 
 | 
String | 
getVersion()
Gets the analytics version. 
 | 
void | 
setLogOperationTypes(EnumSet<LoggingOperations> logOperationTypes)
Sets the  
 for which storage operations should be logged. | 
void | 
setRetentionIntervalInDays(Integer retentionIntervalInDays)
Sets the retention interval (in days). 
 | 
void | 
setVersion(String version)
Sets the analytics version. 
 | 
public EnumSet<LoggingOperations> getLogOperationTypes()
EnumSet of LoggingOperations that represents which storage operations should be logged.EnumSet of LoggingOperations.public Integer getRetentionIntervalInDays()
Integer which contains the retention interval.public String getVersion()
String which contains the version.public void setLogOperationTypes(EnumSet<LoggingOperations> logOperationTypes)
LoggingOperations for which storage operations should be logged.logOperationTypes - An EnumSet of LoggingOperations to set.public void setRetentionIntervalInDays(Integer retentionIntervalInDays)
retentionIntervalInDays - An Integer which contains the retention interval to set.public void setVersion(String version)
version - A String which contains the version to set./** 
* Copyright Microsoft Corporation 
* 
* Licensed under the Apache License, Version 2.0 (the "License"); 
* you may not use this file except in compliance with the License. 
* You may obtain a copy of the License at 
* http://www.apache.org/licenses/LICENSE-2.0 
* 
* Unless required by applicable law or agreed to in writing, software 
* distributed under the License is distributed on an "AS IS" BASIS, 
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
* See the License for the specific language governing permissions and 
* limitations under the License. 
*/