ContainerFileSystemCallbackAnnotation.DefaultOwner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UID of the default owner for files/directories to be created or updated in the container. The UID defaults to 0 for root if null.
public int? DefaultOwner { get; init; }
member this.DefaultOwner : Nullable<int> with get, set
Public Property DefaultOwner As Nullable(Of Integer)