public class FileServiceProperties extends Object
| Constructor and Description | 
|---|
FileServiceProperties()
Generate a  
FileServiceProperties from a new ServiceProperties. | 
| Modifier and Type | Method and Description | 
|---|---|
CorsProperties | 
getCors()
Gets the Cross-Origin Resource Sharing (CORS) properties. 
 | 
MetricsProperties | 
getHourMetrics()
Gets the hour metrics properties. 
 | 
MetricsProperties | 
getMinuteMetrics()
Gets the minute metrics properties. 
 | 
void | 
setCors(CorsProperties cors)
Sets the Cross-Origin Resource Sharing (CORS) properties. 
 | 
void | 
setHourMetrics(MetricsProperties metrics)
Sets the hour metrics properties. 
 | 
void | 
setMinuteMetrics(MetricsProperties metrics)
Sets the minute metrics properties. 
 | 
public FileServiceProperties()
FileServiceProperties from a new ServiceProperties.public CorsProperties getCors()
CorsProperties object which represents the CORS properties.public void setCors(CorsProperties cors)
cors - A CorsProperties object which represents the CORS properties.public MetricsProperties getHourMetrics()
MetricsProperties object which represents the hour metrics properties.public void setHourMetrics(MetricsProperties metrics)
metrics - A MetricsProperties object which represents the hour metrics properties.public MetricsProperties getMinuteMetrics()
MetricsProperties object which represents the minute metrics properties.public void setMinuteMetrics(MetricsProperties metrics)
metrics - A MetricsProperties object which represents the minute metrics properties./** 
* 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. 
*/