ContentStreamingService Class
Namespace: Stride.Core.StreamingAssembly: Stride.Core.Serialization.dll
Streamable resources content management service.
System.Object →
ContentStreamingService
Derived from ContentStreamingService:
public class ContentStreamingService : IDisposable
| Name | Description | |
|---|---|---|
| Fields | ||
| UnusedDataChunksLifetime | The unused data chunks lifetime. |
|
| Methods | ||
| Dispose() | Performs resources disposing. |
|
| GetStorage(ref ContentStorageHeader) | Gets the storage container. |
|
| Update() | Updates this service. |
|
Fields
UnusedDataChunksLifetime
The unused data chunks lifetime.
public TimeSpan UnusedDataChunksLifetime
Field Value
| Type | Description |
|---|---|
| System.TimeSpan |
Methods
Dispose()
Performs resources disposing.
public void Dispose()
GetStorage(ref ContentStorageHeader)
Gets the storage container.
public ContentStorage GetStorage(ref ContentStorageHeader storageHeader)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentStorageHeader | storageHeader | The storage header. |
Returns
| Type | Description |
|---|---|
| ContentStorage | Content Storage container. |
Update()
Updates this service.
public void Update()