Class GetFileCrc64ChecksumArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetFileCrc64ChecksumArgs : InvokeArgs
Constructors
View SourceGetFileCrc64ChecksumArgs()
Declaration
public GetFileCrc64ChecksumArgs()
Properties
View SourceFilename
The name of the file to be computed crc64 checksum.
Declaration
public string Filename { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |