Show / Hide Table of Contents

Class Pipe

Inheritance
System.Object
Pipe
Implements
IDirectResponseSchema
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: Google.Apis.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class Pipe : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Mode

The mode for the Pipe. Not applicable for abstract sockets.

Declaration
[JsonProperty("mode")]
public virtual long? Mode { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Path

Unix Domain Socket path. On Linux, paths starting with &apos;@' will use the abstract namespace. The starting &apos;@' is replaced by a null byte by Envoy. Paths starting with &apos;@' will result in an error in environments other than Linux.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top