Class AcsRecordingStorageInfoProperties
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRecordingStorageInfoProperties
Schema for all properties of Recording Storage Information.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRecordingStorageInfoProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the recordingChunks property: List of details of recording chunks information.setRecordingChunks(List<AcsRecordingChunkInfoProperties> recordingChunks) Set the recordingChunks property: List of details of recording chunks information.
-
Constructor Details
-
AcsRecordingStorageInfoProperties
public AcsRecordingStorageInfoProperties()Creates an instance of AcsRecordingStorageInfoProperties class.
-
-
Method Details
-
getRecordingChunks
Get the recordingChunks property: List of details of recording chunks information.- Returns:
- the recordingChunks value.
-
setRecordingChunks
public AcsRecordingStorageInfoProperties setRecordingChunks(List<AcsRecordingChunkInfoProperties> recordingChunks) Set the recordingChunks property: List of details of recording chunks information.- Parameters:
recordingChunks- the recordingChunks value to set.- Returns:
- the AcsRecordingStorageInfoProperties object itself.
-