Package com.netflix.genie.web.properties
Class AttachmentServiceProperties
- java.lang.Object
- 
- com.netflix.genie.web.properties.AttachmentServiceProperties
 
- 
 @ConfigurationProperties(prefix="genie.jobs.attachments") @Validated public class AttachmentServiceProperties extends java.lang.ObjectProperties for theAttachmentService.- Since:
- 4.0.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPROPERTY_PREFIXThe property prefix for job user limiting.
 - 
Constructor SummaryConstructors Constructor Description AttachmentServiceProperties()
 
- 
- 
- 
Field Detail- 
PROPERTY_PREFIXpublic static final java.lang.String PROPERTY_PREFIX The property prefix for job user limiting.- See Also:
- Constant Field Values
 
 
- 
 
-